VK-GL-CTS
VK-GL-CTS copied to clipboard
link error:row_major & column_major mismatch
glcts.exe --deqp-case=dEQP-GLES31.functional.shaders.linkage.es31.uniform.block.layout_qualifier_mismatch_3 VertexShader layout(row_major) uniform Block { highp vec4 val; };
FragmentShader layout(column_major) uniform Block { highp vec4 val; };
expect report link error.
Spec: The row_major and column_major layout qualifiers do not need match when applied to non-matrix types.
Hi, we are aware that there are issues in this test. It is excluded from the mustpass files.