SPV: Bump up generator number, because previous commit changes code gen slightly.
This commit is contained in:
parent
5c3eed542d
commit
71b5da60d0
491 changed files with 492 additions and 491 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue