SPV: Bump up generator number, because previous commit changes code gen slightly.

This commit is contained in:
John Kessenich
2018-02-06 08:06:36 -07:00
parent 5c3eed542d
commit 71b5da60d0
491 changed files with 492 additions and 491 deletions

View File

@@ -6008,7 +6008,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 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
}
// Write SPIR-V out to a binary file