summaryrefslogtreecommitdiffstats
path: root/Graphics/GLSLTools
diff options
context:
space:
mode:
authorazhirnov <zh1dron@gmail.com>2020-08-19 16:05:48 +0000
committerazhirnov <zh1dron@gmail.com>2020-08-19 16:05:48 +0000
commitbdecaefe87db4ccfb8dc8700fb1bf23aff4b6a0d (patch)
treedd9d2191ea743af87b5f41abd5c2cf96917a5d5d /Graphics/GLSLTools
parentAdded root signature for DrawMeshIndirect, added some checks (diff)
downloadDiligentCore-bdecaefe87db4ccfb8dc8700fb1bf23aff4b6a0d.tar.gz
DiligentCore-bdecaefe87db4ccfb8dc8700fb1bf23aff4b6a0d.zip
minor fixes and formatting
Diffstat (limited to 'Graphics/GLSLTools')
-rw-r--r--Graphics/GLSLTools/src/GLSLSourceBuilder.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Graphics/GLSLTools/src/GLSLSourceBuilder.cpp b/Graphics/GLSLTools/src/GLSLSourceBuilder.cpp
index 8ed7e62e..dfb4d757 100644
--- a/Graphics/GLSLTools/src/GLSLSourceBuilder.cpp
+++ b/Graphics/GLSLTools/src/GLSLSourceBuilder.cpp
@@ -188,7 +188,7 @@ String BuildGLSLSourceString(const ShaderCreateInfo& CreationAttribs,
"precision highp usampler3D;\n"
"precision highp usamplerCube;\n"
"precision highp usampler2DArray;\n" // clang-format off
- ); // clang-format on
+ ); // clang-format on
if (IsES32OrAbove)
{