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)
VUID-vkQueueInsertDebugUtilsLabelEXT-queue-parameter
queue
must be a valid VkQueue handle
VUID-vkQueueInsertDebugUtilsLabelEXT-pLabelInfo-parameter
pLabelInfo
must be a valid pointer to a valid VkDebugUtilsLabelEXT structure