Class VkQueueFamilyCheckpointProperties2NV

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkQueueFamilyCheckpointProperties2NV extends Struct<VkQueueFamilyCheckpointProperties2NV> implements NativeResource

 struct VkQueueFamilyCheckpointProperties2NV {
     VkStructureType sType;
     void * pNext;
     VkPipelineStageFlags2 checkpointExecutionStageMask;
 }