summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngineVulkan
diff options
context:
space:
mode:
authorazhirnov <zh1dron@gmail.com>2020-11-16 18:42:21 +0000
committerazhirnov <zh1dron@gmail.com>2020-11-16 18:42:21 +0000
commita1f696c7b63a9e93bcc7d66a5a6ad9559d799b6a (patch)
treea35296527be48b64c466fde23c55cfdbf6613e47 /Graphics/GraphicsEngineVulkan
parentAdded Scale and Rotation for Matrix3x3 (diff)
downloadDiligentCore-a1f696c7b63a9e93bcc7d66a5a6ad9559d799b6a.tar.gz
DiligentCore-a1f696c7b63a9e93bcc7d66a5a6ad9559d799b6a.zip
update comments
Diffstat (limited to 'Graphics/GraphicsEngineVulkan')
-rw-r--r--Graphics/GraphicsEngineVulkan/include/TopLevelASVkImpl.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Graphics/GraphicsEngineVulkan/include/TopLevelASVkImpl.hpp b/Graphics/GraphicsEngineVulkan/include/TopLevelASVkImpl.hpp
index a318085e..f9e42cab 100644
--- a/Graphics/GraphicsEngineVulkan/include/TopLevelASVkImpl.hpp
+++ b/Graphics/GraphicsEngineVulkan/include/TopLevelASVkImpl.hpp
@@ -61,7 +61,7 @@ public:
virtual void* DILIGENT_CALL_TYPE GetNativeHandle() override final
{
auto Handle = GetVkTLAS();
- return reinterpret_cast<void*>(Handle); // AZ TODO: fix for 32 bit platform
+ return reinterpret_cast<void*>(Handle);
}
/// Implementation of ITopLevelASVk::GetVkTLAS().