diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2019-03-02 04:52:29 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2019-03-02 04:52:29 +0000 |
| commit | 604f72b4a00ca67b0b17d52ea31ddce5c746a29b (patch) | |
| tree | c695eefcc66373838f37ae53b576f0133ca6637d /Graphics/GraphicsEngineVulkan | |
| parent | Fixed PipelineState.h (diff) | |
| download | DiligentCore-604f72b4a00ca67b0b17d52ea31ddce5c746a29b.tar.gz DiligentCore-604f72b4a00ca67b0b17d52ea31ddce5c746a29b.zip | |
Minor update
Diffstat (limited to 'Graphics/GraphicsEngineVulkan')
| -rw-r--r-- | Graphics/GraphicsEngineVulkan/src/ShaderResourceLayoutVk.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Graphics/GraphicsEngineVulkan/src/ShaderResourceLayoutVk.cpp b/Graphics/GraphicsEngineVulkan/src/ShaderResourceLayoutVk.cpp index 5b3578ba..bc6c0a54 100644 --- a/Graphics/GraphicsEngineVulkan/src/ShaderResourceLayoutVk.cpp +++ b/Graphics/GraphicsEngineVulkan/src/ShaderResourceLayoutVk.cpp @@ -263,7 +263,7 @@ void ShaderResourceLayoutVk::Initialize(IRenderDevice* const auto& StSamDesc = ResourceLayoutDesc.StaticSamplers[sam]; if (StSamDesc.ShaderStages == SHADER_TYPE_UNKNOWN) { - LOG_WARNING_MESSAGE("No allowed shader stages are specified for static sampler '", StSamDesc.SamplerOrTextureName, "."); + LOG_WARNING_MESSAGE("No allowed shader stages are specified for static sampler '", StSamDesc.SamplerOrTextureName, "'."); continue; } |
