2018-07-30 10:20:00 +00:00
|
|
|
Additional queue family information can be queried by setting
|
|
|
|
slink:VkQueueFamilyProperties2::pname:pNext to point to an instance of the
|
|
|
|
slink:VkQueueFamilyCheckpointPropertiesNV structure.
|
|
|
|
|
2018-08-13 13:23:03 +00:00
|
|
|
[open,refpage='VkQueueFamilyCheckpointPropertiesNV',desc='return structure for queue family checkpoint info query',type='structs']
|
2018-07-30 10:20:00 +00:00
|
|
|
--
|
|
|
|
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[]
|
|
|
|
|
|
|
|
--
|