summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngineVulkan
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2018-11-10 17:13:55 +0000
committerEgor Yusov <egor.yusov@gmail.com>2018-11-10 17:13:55 +0000
commit799c6f50e553b1e1228453512ef2a19ee37882fd (patch)
tree9487331b46007e350a8f34ba71fcec8e883878c3 /Graphics/GraphicsEngineVulkan
parentReworked Vulkan debug message handling using VK Debug Utils extension (fix fo... (diff)
downloadDiligentCore-799c6f50e553b1e1228453512ef2a19ee37882fd.tar.gz
DiligentCore-799c6f50e553b1e1228453512ef2a19ee37882fd.zip
Fixed comment
Diffstat (limited to 'Graphics/GraphicsEngineVulkan')
-rw-r--r--Graphics/GraphicsEngineVulkan/include/VulkanUtilities/VulkanDebug.h4
1 files changed, 2 insertions, 2 deletions
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