SPV: Document history of the generator version number.

This commit is contained in:
John Kessenich 2017-12-16 23:46:37 -07:00
Родитель e1ff231235
Коммит 3f0d4bcd6a
1 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -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