From a1f696c7b63a9e93bcc7d66a5a6ad9559d799b6a Mon Sep 17 00:00:00 2001 From: azhirnov Date: Mon, 16 Nov 2020 21:42:21 +0300 Subject: update comments --- Graphics/GraphicsEngineVulkan/include/TopLevelASVkImpl.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Graphics/GraphicsEngineVulkan') 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(Handle); // AZ TODO: fix for 32 bit platform + return reinterpret_cast(Handle); } /// Implementation of ITopLevelASVk::GetVkTLAS(). -- cgit v1.2.3