SpiecsEngine
 
Loading...
Searching...
No Matches

◆ EndQueueLabel()

void Spices::VulkanDebugUtils::EndQueueLabel ( VkQueue queue)
static

End Record Queue with a Label.

Parameters
[in]queueThe VkQueue in use.

Execute the function pointer.

Execute the function pointer.

Definition at line 92 of file VulkanDebugUtils.cpp.

93 {
95
99 VulkanRenderBackend::GetState().m_VkFunc.vkQueueEndDebugUtilsLabelEXT(queue);
100 }
#define SPICES_PROFILE_ZONE
static VulkanState & GetState()
Get VulkanState in use.
VulkanFunctions m_VkFunc
Definition VulkanUtils.h:98