SPV: Bump up the generator number.

This commit is contained in:
John Kessenich
2018-03-03 11:47:07 -07:00
parent b5b5f918c6
commit 0216f24f0e
494 changed files with 495 additions and 494 deletions

View File

@@ -6134,7 +6134,8 @@ int GetSpirvGeneratorVersion()
// return 1; // start
// return 2; // EOpAtomicCounterDecrement gets a post decrement, to map between GLSL -> SPIR-V
// 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 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
}
// Write SPIR-V out to a binary file