Function TRAP::Graphics::API::VulkanInits::DebugMarkerMarkerInfo#

Function Documentation#

VkDebugMarkerMarkerInfoEXT TRAP::Graphics::API::VulkanInits::DebugMarkerMarkerInfo(f32 r, f32 g, f32 b, std::string_view name)#

Create a Vulkan debug marker.

Parameters:
  • r – Red color.

  • g – Green color.

  • b – Blue color.

  • name – Name for the label.

Returns:

VkDebugMarkerMarkerInfoEXT.