Vulkan-Docs/chapters/VK_NV_device_diagnostic_che.../queue_checkpoint_properties...

19 lines
808 B
Plaintext

Additional queue family information can be queried by setting
slink:VkQueueFamilyProperties2::pname:pNext to point to an instance of the
slink:VkQueueFamilyCheckpointPropertiesNV structure.
[open,refpage='VkQueueFamilyCheckpointPropertiesNV',desc='return structure for queue family checkpoint info query',type='structs']
--
The slink:VkQueueFamilyCheckpointPropertiesNV structure is defined as:
include::../../api/structs/VkQueueFamilyCheckpointPropertiesNV.txt[]
* pname:sType is the type of this structure.
* pname:pNext is `NULL` or a pointer to an extension-specific structure.
* pname:checkpointExecutionStageMask is a mask indicating which pipeline
stages the implementation can execute checkpoint markers in.
include::../../validity/structs/VkQueueFamilyCheckpointPropertiesNV.txt[]
--