Skip to content

Releases: jeremy-lunarg/glslang

main-tot

18 Apr 21:38
Compare
Choose a tag to compare
Implement GL_NV_cooperative_vector

master-tot

29 Oct 21:33
Compare
Choose a tag to compare
Move check if useStorageBuffer needs to be set.

From TParseContext used only by GLSL, to TParseContextBase inherited by both GLSL and HLSL paths.
It caused compilations from HLSL to SPIR-V 1.3+ to use BufferBlock decoration which is no longer valid.