summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngineVulkan
diff options
context:
space:
mode:
authorassiduous <assiduous@diligentgraphics.com>2020-08-16 00:18:23 +0000
committerassiduous <assiduous@diligentgraphics.com>2020-08-16 00:18:23 +0000
commitdb11621f6683a1e96a1fe45231e8d9eef539994d (patch)
tree26d878f11dffba24fb9d68d42171131afe719b9d /Graphics/GraphicsEngineVulkan
parentAdded render passes to the API (fixed https://github.com/DiligentGraphics/Dil... (diff)
downloadDiligentCore-db11621f6683a1e96a1fe45231e8d9eef539994d.tar.gz
DiligentCore-db11621f6683a1e96a1fe45231e8d9eef539994d.zip
Fixed 32-bit Windows build
Diffstat (limited to 'Graphics/GraphicsEngineVulkan')
-rw-r--r--Graphics/GraphicsEngineVulkan/include/FramebufferVkImpl.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Graphics/GraphicsEngineVulkan/include/FramebufferVkImpl.hpp b/Graphics/GraphicsEngineVulkan/include/FramebufferVkImpl.hpp
index 3e15852c..f449d416 100644
--- a/Graphics/GraphicsEngineVulkan/include/FramebufferVkImpl.hpp
+++ b/Graphics/GraphicsEngineVulkan/include/FramebufferVkImpl.hpp
@@ -51,7 +51,7 @@ public:
const FramebufferDesc& Desc);
~FramebufferVkImpl();
- VkFramebuffer GetVkFramebuffer() const override final
+ VkFramebuffer DILIGENT_CALL_TYPE GetVkFramebuffer() const override final
{
return m_VkFramebuffer;
}