diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2018-11-10 17:13:55 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2018-11-10 17:13:55 +0000 |
| commit | 799c6f50e553b1e1228453512ef2a19ee37882fd (patch) | |
| tree | 9487331b46007e350a8f34ba71fcec8e883878c3 /Graphics/GraphicsEngineVulkan | |
| parent | Reworked Vulkan debug message handling using VK Debug Utils extension (fix fo... (diff) | |
| download | DiligentCore-799c6f50e553b1e1228453512ef2a19ee37882fd.tar.gz DiligentCore-799c6f50e553b1e1228453512ef2a19ee37882fd.zip | |
Fixed comment
Diffstat (limited to 'Graphics/GraphicsEngineVulkan')
| -rw-r--r-- | Graphics/GraphicsEngineVulkan/include/VulkanUtilities/VulkanDebug.h | 4 |
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 |
