Class VkQueueFamilyCheckpointPropertiesNV

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkQueueFamilyCheckpointPropertiesNV extends Struct<VkQueueFamilyCheckpointPropertiesNV> implements NativeResource

 struct VkQueueFamilyCheckpointPropertiesNV {
     VkStructureType sType;
     void * pNext;
     VkPipelineStageFlags checkpointExecutionStageMask;
 }