SPV: Bump the generator number to account for barrier changes.
This commit is contained in:
@@ -5977,7 +5977,7 @@ void GetSpirvVersion(std::string& version)
|
||||
// or a different instruction sequence to do something gets used).
|
||||
int GetSpirvGeneratorVersion()
|
||||
{
|
||||
return 2;
|
||||
return 3;
|
||||
}
|
||||
|
||||
// Write SPIR-V out to a binary file
|
||||
|
||||
Reference in New Issue
Block a user