Unverified Commit 2cf9621d by David Neto Committed by GitHub

Reorder member init to match decl order (#2241)

Fixes field reorder warning.
parent 59216d5c
...@@ -265,6 +265,7 @@ public: ...@@ -265,6 +265,7 @@ public:
computeDerivativeMode(LayoutDerivativeNone), computeDerivativeMode(LayoutDerivativeNone),
primitives(TQualifier::layoutNotSet), primitives(TQualifier::layoutNotSet),
numTaskNVBlocks(0), numTaskNVBlocks(0),
layoutPrimitiveCulling(false),
autoMapBindings(false), autoMapBindings(false),
autoMapLocations(false), autoMapLocations(false),
flattenUniformArrays(false), flattenUniformArrays(false),
...@@ -276,8 +277,7 @@ public: ...@@ -276,8 +277,7 @@ public:
needToLegalize(false), needToLegalize(false),
binaryDoubleOutput(false), binaryDoubleOutput(false),
usePhysicalStorageBuffer(false), usePhysicalStorageBuffer(false),
uniformLocationBase(0), uniformLocationBase(0)
layoutPrimitiveCulling(false)
#endif #endif
{ {
localSize[0] = 1; localSize[0] = 1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment