1include::meta/VK_NV_device_diagnostic_checkpoints.txt[] 2 3*Last Modified Date*:: 4 2018-07-16 5*Contributors*:: 6 - Oleg Kuznetsov, NVIDIA 7 - Alex Dunn, NVIDIA 8 - Jeff Bolz, NVIDIA 9 - Eric Werness, NVIDIA 10 - Daniel Koch, NVIDIA 11 12 13This extension allows applications to insert markers in the command stream 14and associate them with custom data. 15 16If a device lost error occurs, the application may: then query the 17implementation for the last markers to cross specific implementation-defined 18pipeline stages, in order to narrow down which commands were executing at 19the time and might have caused the failure. 20 21 22=== New Object Types 23 24None. 25 26=== New Enum Constants 27 28Extending slink:VkStructureType: 29 30 * ename:VK_STRUCTURE_TYPE_CHECKPOINT_DATA_NV 31 * ename:VK_STRUCTURE_TYPE_QUEUE_FAMILY_CHECKPOINT_PROPERTIES_NV 32 33=== New Enums 34 35None. 36 37=== New Structures 38 39 * slink:VkCheckpointDataNV 40 * slink:VkQueueFamilyCheckpointPropertiesNV 41 42=== New Functions 43 44 * flink:vkCmdSetCheckpointNV 45 * flink:vkGetQueueCheckpointDataNV 46 47=== Issues 48 49None yet! 50 51 52=== Version History 53 54 * Revision 1, 2018-07-16 (Nuno Subtil) 55 - Internal revisions 56