diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2017-12-28 06:07:38 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2017-12-28 06:07:38 +0000 |
| commit | cb36c7de7c913dcee790b318484b1c12c8936825 (patch) | |
| tree | 80df549f36fa0ecb083d70e3834680b19ba27af2 /RenderScript/src/ShaderParser.cpp | |
| parent | Added HLSL2GLSLConverter project (diff) | |
| download | DiligentTools-cb36c7de7c913dcee790b318484b1c12c8936825.tar.gz DiligentTools-cb36c7de7c913dcee790b318484b1c12c8936825.zip | |
Updated debug and error macros
Diffstat (limited to 'RenderScript/src/ShaderParser.cpp')
| -rw-r--r-- | RenderScript/src/ShaderParser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RenderScript/src/ShaderParser.cpp b/RenderScript/src/ShaderParser.cpp index 1b48c26..622f4a8 100644 --- a/RenderScript/src/ShaderParser.cpp +++ b/RenderScript/src/ShaderParser.cpp @@ -216,7 +216,7 @@ namespace Diligent { if (strcmp(Key, "Name") == 0) { - UNSUPPORTED("Parsing of the static sampler name is not implemented") + UNSUPPORTED("Parsing of the static sampler name is not implemented"); } else { |
