SPIRV-Cross/reference/shaders-msl/desktop-only
Chip Davis 6d675ae6a2 Correct carry/borrow bit checks.
Don't use `addsat()`/`subsat()`; that'll erroneously flag cases where
the sum is exactly the maximum integer value, or the difference is
exactly 0. Also, correct the condition for the `select()` function; it's
basically `mix()` with a boolean factor.

(What was I *thinking*?)
2018-11-14 10:13:56 -06:00
..
comp Correct carry/borrow bit checks. 2018-11-14 10:13:56 -06:00
frag MSL: Throw error on multisampled array textures. 2018-09-03 10:21:59 +02:00
vert Fix MSL shader_draw_parameters reference output. 2018-08-29 14:17:11 -05:00