Function TRAP::Graphics::API::VulkanInits::DebugMarkerObjectNameInfo#

Function Documentation#

VkDebugMarkerObjectNameInfoEXT TRAP::Graphics::API::VulkanInits::DebugMarkerObjectNameInfo(VkDebugReportObjectTypeEXT type, u64 handle, std::string_view name)#

Create a Vulkan debug marker object name info.

Parameters:
  • type – Vulkan debug report object type.

  • handle – Vulkan handle.

  • name – Debug object name to set.

Returns:

VkDebugMarkerObjectNameInfoEXT.