SPV: Move to deterministic results for OpEntryPoint, for test stability across platforms.
This commit is contained in:
parent
7ba6341a05
commit
59420fd356
30 changed files with 31 additions and 31 deletions
|
|
@ -134,7 +134,7 @@ protected:
|
|||
bool inMain;
|
||||
bool mainTerminated;
|
||||
bool linkageOnly; // true when visiting the set of objects in the AST present only for establishing interface, whether or not they were statically used
|
||||
std::unordered_set<spv::Id> iOSet; // all input/output variables from either static use or declaration of interface
|
||||
std::set<spv::Id> iOSet; // all input/output variables from either static use or declaration of interface
|
||||
const glslang::TIntermediate* glslangIntermediate;
|
||||
spv::Id stdBuiltins;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue