SPV: Add a switch for favoring non-NaN operands in min, max, and clamp.
This commit is contained in:
parent
d579c0a7d4
commit
605afc7b1b
8 changed files with 1433 additions and 6 deletions
|
|
@ -435,6 +435,7 @@ public:
|
|||
void setHlslIoMapping(bool hlslIoMap);
|
||||
void setFlattenUniformArrays(bool flatten);
|
||||
void setNoStorageFormat(bool useUnknownFormat);
|
||||
void setNanMinMaxClamp(bool nanMinMaxClamp);
|
||||
void setTextureSamplerTransformMode(EShTextureSamplerTransformMode mode);
|
||||
|
||||
// For setting up the environment (cleared to nothingness in the constructor).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue