-
SPV: Handle GLSL bool loads from a uniform buffer as a conversion from int -> bool. · 103bef9dJohn Kessenich authored
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'.
103bef9d
×