SPIRV-Tools/include
David Neto af7410597e graphics robust access: use signed clamp (#3073)
Access chain indices are always interpreted as signed integers.
So use signed clamp instead of unsigned clamp.  We must also
clamp to the max signed int for the index type.

Fixes #3072
2019-12-03 11:18:56 -05:00
..
spirv-tools graphics robust access: use signed clamp (#3073) 2019-12-03 11:18:56 -05:00