Skip to content

Commit

Permalink
Reorder member init to match decl order (#2241)
Browse files Browse the repository at this point in the history
Fixes field reorder warning.
  • Loading branch information
dneto0 committed May 21, 2020
1 parent 59216d5 commit 2cf9621
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions glslang/MachineIndependent/localintermediate.h
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ class TIntermediate {
computeDerivativeMode(LayoutDerivativeNone),
primitives(TQualifier::layoutNotSet),
numTaskNVBlocks(0),
layoutPrimitiveCulling(false),
autoMapBindings(false),
autoMapLocations(false),
flattenUniformArrays(false),
Expand All @@ -276,8 +277,7 @@ class TIntermediate {
needToLegalize(false),
binaryDoubleOutput(false),
usePhysicalStorageBuffer(false),
uniformLocationBase(0),
layoutPrimitiveCulling(false)
uniformLocationBase(0)
#endif
{
localSize[0] = 1;
Expand Down

0 comments on commit 2cf9621

Please sign in to comment.