Function Prototype
vkDebugMarkerSetObjectNameEXT
Give an application-defined name to an object
An object can be given an application-defined name by calling:
VkResult vkDebugMarkerSetObjectNameEXT(
VkDevice device,
const VkDebugMarkerObjectNameInfoEXT* pNameInfo);
deviceis the device that created the object.pNameInfois a pointer to a VkDebugMarkerObjectNameInfoEXT structure specifying the parameters of the name to set on the object.
Valid Usage (Implicit)
VUID-vkDebugMarkerSetObjectNameEXT-device-parameter
device must be a valid VkDevice handle
VUID-vkDebugMarkerSetObjectNameEXT-pNameInfo-parameter
pNameInfo must be a valid pointer to a valid VkDebugMarkerObjectNameInfoEXT structure
Host Synchronization
- Host access to
pNameInfo→objectmust be externally synchronized ::