From e6ecc75fefc27f0baef0d2062a15daa0915bcbad Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Mon, 7 Oct 2019 20:58:35 -0700 Subject: Fixed build issue --- Graphics/GraphicsEngineVulkan/include/ShaderResourceLayoutVk.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Graphics/GraphicsEngineVulkan') 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 } { -- cgit v1.2.3