VK-GL-CTS icon indicating copy to clipboard operation
VK-GL-CTS copied to clipboard

link error:row_major & column_major mismatch

Open ghost opened this issue 2 years ago • 1 comments

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.

ghost avatar Apr 07 '23 07:04 ghost

Hi, we are aware that there are issues in this test. It is excluded from the mustpass files.

AlexGalazin-IMG avatar Apr 11 '23 12:04 AlexGalazin-IMG