summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngineVulkan
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2019-10-08 03:58:35 +0000
committerEgor Yusov <egor.yusov@gmail.com>2019-10-08 03:58:35 +0000
commite6ecc75fefc27f0baef0d2062a15daa0915bcbad (patch)
tree6ee22d3f60c1a545336aa107cea00078eb426380 /Graphics/GraphicsEngineVulkan
parentMore cosmetic code changes (diff)
downloadDiligentCore-e6ecc75fefc27f0baef0d2062a15daa0915bcbad.tar.gz
DiligentCore-e6ecc75fefc27f0baef0d2062a15daa0915bcbad.zip
Fixed build issue
Diffstat (limited to 'Graphics/GraphicsEngineVulkan')
-rw-r--r--Graphics/GraphicsEngineVulkan/include/ShaderResourceLayoutVk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Graphics/GraphicsEngineVulkan/include/ShaderResourceLayoutVk.h b/Graphics/GraphicsEngineVulkan/include/ShaderResourceLayoutVk.h
index ff4376a1..d8875c22 100644
--- a/Graphics/GraphicsEngineVulkan/include/ShaderResourceLayoutVk.h
+++ b/Graphics/GraphicsEngineVulkan/include/ShaderResourceLayoutVk.h
@@ -183,7 +183,7 @@ public:
CacheOffset {_CacheOffset },
SamplerInd {_SamplerInd },
VariableType {_VariableType },
- ImmutableSamplerAssigned {_ImmutableSamplerAssigned ? 1 : 0},
+ ImmutableSamplerAssigned {_ImmutableSamplerAssigned ? 1U : 0U},
SpirvAttribs {_SpirvAttribs },
ParentResLayout {_ParentLayout }
{