Reorder member init to match decl order (#2241)

Fixes field reorder warning.
This commit is contained in:
David Neto 2020-05-21 08:17:30 -07:00 committed by GitHub
parent 59216d5cd8
commit 2cf9621d6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;