From 799c6f50e553b1e1228453512ef2a19ee37882fd Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Sat, 10 Nov 2018 09:13:55 -0800 Subject: Fixed comment --- Graphics/GraphicsEngineVulkan/include/VulkanUtilities/VulkanDebug.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Graphics/GraphicsEngineVulkan') diff --git a/Graphics/GraphicsEngineVulkan/include/VulkanUtilities/VulkanDebug.h b/Graphics/GraphicsEngineVulkan/include/VulkanUtilities/VulkanDebug.h index 8b8b72f8..2a165f58 100644 --- a/Graphics/GraphicsEngineVulkan/include/VulkanUtilities/VulkanDebug.h +++ b/Graphics/GraphicsEngineVulkan/include/VulkanUtilities/VulkanDebug.h @@ -54,7 +54,7 @@ namespace VulkanUtilities // End the label region void EndCmdQueueLabelRegion(VkQueue cmdQueue); - // Start a single label + // Insert a single label void InsertCmdQueueLabel(VkQueue cmdQueue, const char* pLabelName, const float* color); // Start a new label region @@ -63,7 +63,7 @@ namespace VulkanUtilities // End the label region void EndCmdBufferLabelRegion(VkCommandBuffer cmdBuffer); - // Start a single label + // Insert a single label void InsertCmdBufferLabel(VkCommandBuffer cmdBuffer, const char* pLabelName, const float* color); // Object specific naming functions -- cgit v1.2.3