aboutsummaryrefslogtreecommitdiff
path: root/glslang/MachineIndependent/localintermediate.h
diff options
context:
space:
mode:
authorDavid Neto <dneto@google.com>2020-05-21 08:17:30 -0700
committerGitHub <noreply@github.com>2020-05-21 09:17:30 -0600
commit2cf9621d6d6f3b5e38f471709f45d35720a7ffee (patch)
treecd30644415a27fef3747f279fb9116087c858810 /glslang/MachineIndependent/localintermediate.h
parent59216d5cd87eee78dc979e30645c4c2240a7c351 (diff)
downloadglslang-2cf9621d6d6f3b5e38f471709f45d35720a7ffee.tar.gz
Reorder member init to match decl order (#2241)
Fixes field reorder warning.
Diffstat (limited to 'glslang/MachineIndependent/localintermediate.h')
-rw-r--r--glslang/MachineIndependent/localintermediate.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/glslang/MachineIndependent/localintermediate.h b/glslang/MachineIndependent/localintermediate.h
index 9f7b9977..b6a445fd 100644
--- a/glslang/MachineIndependent/localintermediate.h
+++ b/glslang/MachineIndependent/localintermediate.h
@@ -265,6 +265,7 @@ public:
computeDerivativeMode(LayoutDerivativeNone),
primitives(TQualifier::layoutNotSet),
numTaskNVBlocks(0),
+ layoutPrimitiveCulling(false),
autoMapBindings(false),
autoMapLocations(false),
flattenUniformArrays(false),
@@ -276,8 +277,7 @@ public:
needToLegalize(false),
binaryDoubleOutput(false),
usePhysicalStorageBuffer(false),
- uniformLocationBase(0),
- layoutPrimitiveCulling(false)
+ uniformLocationBase(0)
#endif
{
localSize[0] = 1;