Class VkPhysicalDeviceCommandBufferInheritanceFeaturesNV

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPhysicalDeviceCommandBufferInheritanceFeaturesNV extends Struct<VkPhysicalDeviceCommandBufferInheritanceFeaturesNV> implements NativeResource
struct VkPhysicalDeviceCommandBufferInheritanceFeaturesNV {
    VkStructureType sType;
    void * pNext;
    VkBool32 commandBufferInheritance;
}