diff options
| author | azhirnov <zh1dron@gmail.com> | 2020-11-16 18:42:21 +0000 |
|---|---|---|
| committer | azhirnov <zh1dron@gmail.com> | 2020-11-16 18:42:21 +0000 |
| commit | a1f696c7b63a9e93bcc7d66a5a6ad9559d799b6a (patch) | |
| tree | a35296527be48b64c466fde23c55cfdbf6613e47 /Graphics/GraphicsEngineVulkan | |
| parent | Added Scale and Rotation for Matrix3x3 (diff) | |
| download | DiligentCore-a1f696c7b63a9e93bcc7d66a5a6ad9559d799b6a.tar.gz DiligentCore-a1f696c7b63a9e93bcc7d66a5a6ad9559d799b6a.zip | |
update comments
Diffstat (limited to 'Graphics/GraphicsEngineVulkan')
| -rw-r--r-- | Graphics/GraphicsEngineVulkan/include/TopLevelASVkImpl.hpp | 2 |
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(). |
