Change the major revision number for next commit.

This commit is contained in:
John Kessenich
2018-06-04 15:33:31 -06:00
parent a7eb582ac5
commit d6c975572e
537 changed files with 538 additions and 537 deletions

View File

@@ -6922,8 +6922,9 @@ int GetSpirvGeneratorVersion()
// return 3; // change/correct barrier-instruction operands, to match memory model group decisions
// return 4; // some deeper access chains: for dynamic vector component, and local Boolean component
// return 5; // make OpArrayLength result type be an int with signedness of 0
return 6; // revert version 5 change, which makes a different (new) kind of incorrect code,
// versions 4 and 6 each generate OpArrayLength as it has long been done
// return 6; // revert version 5 change, which makes a different (new) kind of incorrect code,
// versions 4 and 6 each generate OpArrayLength as it has long been done
return 7; // GLSL volatile keyword maps to both SPIR-V decorations Volatile and Coherent
}
// Write SPIR-V out to a binary file