diff options
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 { |
