Function Prototype

vkQueueInsertDebugUtilsLabelEXT

Insert a label into a queue

A single label can be inserted into a queue by calling:

void vkQueueInsertDebugUtilsLabelEXT(
    VkQueue queue,
    const VkDebugUtilsLabelEXT* pLabelInfo);
  • queue is the queue into which a debug label will be inserted.
  • pLabelInfo is a pointer to a VkDebugUtilsLabelEXT structure specifying parameters of the label to insert.

Valid Usage (Implicit)