MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Tools / DebugReportMessageEXT

Function DebugReportMessageEXT

icd/generated/function_definitions.h:2830–2834  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2828 // Destroy object
2829}
2830static VKAPI_ATTR void VKAPI_CALL DebugReportMessageEXT(VkInstance instance, VkDebugReportFlagsEXT flags,
2831 VkDebugReportObjectTypeEXT objectType, uint64_t object, size_t location,
2832 int32_t messageCode, const char* pLayerPrefix, const char* pMessage) {
2833 // Not a CREATE or DESTROY function
2834}
2835static VKAPI_ATTR VkResult VKAPI_CALL DebugMarkerSetObjectTagEXT(VkDevice device, const VkDebugMarkerObjectTagInfoEXT* pTagInfo) {
2836 // Not a CREATE or DESTROY function
2837 return VK_SUCCESS;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected