зеркало из https://github.com/stride3d/xkslang.git
SPV: Document history of the generator version number.
This commit is contained in:
Родитель
e1ff231235
Коммит
3f0d4bcd6a
|
@ -5985,7 +5985,9 @@ void GetSpirvVersion(std::string& version)
|
|||
// or a different instruction sequence to do something gets used).
|
||||
int GetSpirvGeneratorVersion()
|
||||
{
|
||||
return 3;
|
||||
// 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
|
||||
}
|
||||
|
||||
// Write SPIR-V out to a binary file
|
||||
|
|
Загрузка…
Ссылка в новой задаче