Class VkPhysicalDeviceNestedCommandBufferPropertiesEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPhysicalDeviceNestedCommandBufferPropertiesEXT extends Struct<VkPhysicalDeviceNestedCommandBufferPropertiesEXT> implements NativeResource

 struct VkPhysicalDeviceNestedCommandBufferPropertiesEXT {
     VkStructureType sType;
     void * pNext;
     uint32_t maxCommandBufferNestingLevel;
 }