KhronosGroup / glslang

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

Better follow HLSL offsets rules #3575

Closed Svenny closed 2 months ago

Svenny commented 2 months ago

Matrices consuming one vector are treated like vectors for alignment, and there is no "trailing padding" for matrices and arrays.