summaryrefslogtreecommitdiffstats
path: root/RenderScript/src/ShaderParser.cpp
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2017-12-28 06:07:38 +0000
committerEgor Yusov <egor.yusov@gmail.com>2017-12-28 06:07:38 +0000
commitcb36c7de7c913dcee790b318484b1c12c8936825 (patch)
tree80df549f36fa0ecb083d70e3834680b19ba27af2 /RenderScript/src/ShaderParser.cpp
parentAdded HLSL2GLSLConverter project (diff)
downloadDiligentTools-cb36c7de7c913dcee790b318484b1c12c8936825.tar.gz
DiligentTools-cb36c7de7c913dcee790b318484b1c12c8936825.zip
Updated debug and error macros
Diffstat (limited to 'RenderScript/src/ShaderParser.cpp')
-rw-r--r--RenderScript/src/ShaderParser.cpp2
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
{