summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngineVulkan
diff options
context:
space:
mode:
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 }
{