diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2019-10-08 03:58:35 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2019-10-08 03:58:35 +0000 |
| commit | e6ecc75fefc27f0baef0d2062a15daa0915bcbad (patch) | |
| tree | 6ee22d3f60c1a545336aa107cea00078eb426380 /Graphics/GraphicsEngineVulkan | |
| parent | More cosmetic code changes (diff) | |
| download | DiligentCore-e6ecc75fefc27f0baef0d2062a15daa0915bcbad.tar.gz DiligentCore-e6ecc75fefc27f0baef0d2062a15daa0915bcbad.zip | |
Fixed build issue
Diffstat (limited to 'Graphics/GraphicsEngineVulkan')
| -rw-r--r-- | Graphics/GraphicsEngineVulkan/include/ShaderResourceLayoutVk.h | 2 |
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 } { |
