Correct ctor order to make '-Wreorder-ctor' pass
These lines in the ctor being out of order are causing -Wreorder-ctor to fire when trying to integrate glslang ToT into Chromium/Dawn/etc, https://logs.chromium.org/logs/dawn/buildbucket/cr-buildbucket/8781562047251466593/+/u/compile_with_ninja/stdout.
This commit is contained in:
parent
49aad1361e
commit
a02dde76f6
@ -321,10 +321,12 @@ public:
|
|||||||
inputPrimitive(ElgNone), outputPrimitive(ElgNone),
|
inputPrimitive(ElgNone), outputPrimitive(ElgNone),
|
||||||
pixelCenterInteger(false), originUpperLeft(false),texCoordBuiltinRedeclared(false),
|
pixelCenterInteger(false), originUpperLeft(false),texCoordBuiltinRedeclared(false),
|
||||||
vertexSpacing(EvsNone), vertexOrder(EvoNone), interlockOrdering(EioNone), pointMode(false), earlyFragmentTests(false),
|
vertexSpacing(EvsNone), vertexOrder(EvoNone), interlockOrdering(EioNone), pointMode(false), earlyFragmentTests(false),
|
||||||
postDepthCoverage(false), earlyAndLateFragmentTestsAMD(false), depthLayout(EldNone), stencilLayout(ElsNone),
|
postDepthCoverage(false), earlyAndLateFragmentTestsAMD(false),
|
||||||
nonCoherentColorAttachmentReadEXT(false),
|
nonCoherentColorAttachmentReadEXT(false),
|
||||||
nonCoherentDepthAttachmentReadEXT(false),
|
nonCoherentDepthAttachmentReadEXT(false),
|
||||||
nonCoherentStencilAttachmentReadEXT(false),
|
nonCoherentStencilAttachmentReadEXT(false),
|
||||||
|
depthLayout(EldNone),
|
||||||
|
stencilLayout(ElsNone),
|
||||||
hlslFunctionality1(false),
|
hlslFunctionality1(false),
|
||||||
blendEquations(0), xfbMode(false), multiStream(false),
|
blendEquations(0), xfbMode(false), multiStream(false),
|
||||||
layoutOverrideCoverage(false),
|
layoutOverrideCoverage(false),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user