KhronosGroup / KhronosGroup/GLSL
Clarification for layout rules in section 7.6.2.2 of the OpenGL 4.5 spec.
Open
OpenGL
OpenGL ES
Specification
- Dominant language
- JavaScript
- Stars
- 458
- Forks
- 114
- Avg merge
- 4m
- Merged PRs (30d)
- 1
Description
Reading the layout rules, rule 6.
* If the member is an array of S column-major matrices with C columns and R rows, the matrix is stored identically to a row of S x C column vectors with R components each, according to rule (4).
What is the meaning of _row_ in this point (similar with point 8). Should it instead say array to signal the array rules should apply (so, effectively, a mat2x2[] becomes an array of arrays of vec2's?)
Contributor guide
Assessment
This issue has not been assessed yet.