Class VkQueueFamilyCheckpointPropertiesNV

  • All Implemented Interfaces:
    java.lang.AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

    public class VkQueueFamilyCheckpointPropertiesNV
    extends org.lwjgl.system.Struct
    implements org.lwjgl.system.NativeResource
    return structure for queue family checkpoint info query.
    Valid Usage (Implicit)

    Member documentation

    • sType – the type of this structure.
    • pNextNULL or a pointer to an extension-specific structure.
    • checkpointExecutionStageMask – a mask indicating which pipeline stages the implementation can execute checkpoint markers in.

    Layout

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