Class VkPhysicalDeviceNestedCommandBufferFeaturesEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPhysicalDeviceNestedCommandBufferFeaturesEXT extends Struct<VkPhysicalDeviceNestedCommandBufferFeaturesEXT> implements NativeResource
struct VkPhysicalDeviceNestedCommandBufferFeaturesEXT {
    VkStructureType sType;
    void * pNext;
    VkBool32 nestedCommandBuffer;
    VkBool32 nestedCommandBufferRendering;
    VkBool32 nestedCommandBufferSimultaneousUse;
}