Skip to content

arb_separate_shader_objects: remove broken test

Tapani Pälli requested to merge tpalli/piglit:remove-invalid-test into master

First of all test assumes layout location qualifier can be used without GL_ARB_explicit_attrib_location. Even if this would be fixed it also assumes that tnterface matching would not take in to account member names, this is wrong. Member names are allowed to differ only if instance name is used in the declaration which is not the case in this test.

Signed-off-by: Tapani Pälli tapani.palli@intel.com

Merge request reports