SPIRV-Cross/reference/shaders/desktop-only
Hans-Kristian Arntzen 2ed171e525 GLSL/MSL: Implement 8-bit part of VK_KHR_shader_float16_int8.
Storage was in place already, so mostly just dealing with bitcasts and
constants.

Simplies some of the bitcasting logic, and this exposed some bugs in the
implementation. Refactor to use correct width integers with explicit bitcast opcodes.
2019-01-30 15:45:24 +01:00
..
comp GLSL: Support extended arithmetic opcodes. 2018-11-13 14:50:46 +01:00
frag GLSL/MSL: Implement 8-bit part of VK_KHR_shader_float16_int8. 2019-01-30 15:45:24 +01:00
geom Add basic test for viewport-index builtin. 2018-01-04 13:51:05 +01:00
tesc Add explicit in/out locations everywhere. 2017-06-21 09:39:08 +02:00
tese Add test shaders for SSO. 2017-05-22 15:53:38 +02:00
vert Update to latest glslang/SPIRV-Tools. 2019-01-30 13:41:57 +01:00