KhronosGroup / glslang

Khronos-reference front end for GLSL/ESSL, partial front end for HLSL, and a SPIR-V generator.
Other
2.9k stars 815 forks source link

SPV_EXT_replicated_composites/GL_EXT_spec_constant_composites #3613

Closed jeffbolznv closed 4 weeks ago

jeffbolznv commented 1 month ago

Opportunistically generate SPV_EXT_replicated_composites instructions when the operands all match and when requested by pragma. Also implement GL_EXT_spec_constant_composites, which allows composite types to be spec constants.

jeffbolznv commented 1 month ago

GLSL extension is at https://github.com/KhronosGroup/GLSL/pull/236