SpiecsEngine
 
Loading...
Searching...
No Matches

◆ EndLabel()

void Spices::VulkanDebugUtils::EndLabel ( VkCommandBuffer cmdBuffer)
static

End Record Commands with a Label.

Parameters
[in]cmdBufferThe VkCommandBuffer in use this frame.

Execute the function pointer.

Execute the function pointer.

Definition at line 59 of file VulkanDebugUtils.cpp.

60 {
62
66 VulkanRenderBackend::GetState().m_VkFunc.vkCmdEndDebugUtilsLabelEXT(cmdBuffer);
67 }
#define SPICES_PROFILE_ZONE
static VulkanState & GetState()
Get VulkanState in use.
VulkanFunctions m_VkFunc
Definition VulkanUtils.h:98