diff options
| author | assiduous <assiduous@diligentgraphics.com> | 2020-10-28 04:17:06 +0000 |
|---|---|---|
| committer | assiduous <assiduous@diligentgraphics.com> | 2020-10-28 04:17:06 +0000 |
| commit | 28d240e6135189afa2cf478765c0b774a3c03959 (patch) | |
| tree | df6bd1709e21198e99ad6b9b5533777021354ebb /Graphics/GraphicsEngineVulkan | |
| parent | Merge branch 'master' into ray_tracing (diff) | |
| download | DiligentCore-28d240e6135189afa2cf478765c0b774a3c03959.tar.gz DiligentCore-28d240e6135189afa2cf478765c0b774a3c03959.zip | |
Fixed Linux build error
Diffstat (limited to 'Graphics/GraphicsEngineVulkan')
| -rw-r--r-- | Graphics/GraphicsEngineVulkan/include/ShaderResourceLayoutVk.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Graphics/GraphicsEngineVulkan/include/ShaderResourceLayoutVk.hpp b/Graphics/GraphicsEngineVulkan/include/ShaderResourceLayoutVk.hpp index 5406dee3..1ad65aa3 100644 --- a/Graphics/GraphicsEngineVulkan/include/ShaderResourceLayoutVk.hpp +++ b/Graphics/GraphicsEngineVulkan/include/ShaderResourceLayoutVk.hpp @@ -221,7 +221,7 @@ public: ArraySize {_ArraySize }, Type {_Type }, ResourceDim {_ResourceDim }, - IsMS {_IsMS ? 1U : 0U}, + IsMS {_IsMS ? Uint8{1} : Uint8{0}}, Name {_Name }, ParentResLayout {_ParentLayout } // clang-format on |
