Fix 'maximally_reconverges' token to match the GLSL spec
This commit is contained in:
parent
8066fa086b
commit
79536da264
6 changed files with 13 additions and 13 deletions
|
|
@ -1512,8 +1512,8 @@ void TIntermediate::output(TInfoSink& infoSink, bool tree)
|
|||
if (getSubgroupUniformControlFlow())
|
||||
infoSink.debug << "subgroup_uniform_control_flow\n";
|
||||
|
||||
if (getMaximalReconvergence())
|
||||
infoSink.debug << "maximal_reconvergence\n";
|
||||
if (getMaximallyReconverges())
|
||||
infoSink.debug << "maximally_reconverges\n";
|
||||
|
||||
switch (language) {
|
||||
case EShLangVertex:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue