John Kessenich 103bef9d74 SPV: Handle GLSL bool loads from a uniform buffer as a conversion from int -> bool.
SPIR-V bool is abstract; it has no bit pattern for storage with transparent memory.
OpenGL's convention is a bool in a uniform buffer is 32-bit int with non-0 being 'true'.
2016-02-08 21:41:30 -07:00
..
2016-01-19 10:11:34 -05:00
2015-08-06 22:55:01 -06:00
2016-02-05 07:40:35 -08:00