Does any driver that supports GLSL not support this extension? Maybe we
could condition this extension and ARB_explicit_attrib_location on
ARB_vertex_shader... and delete the other two enable flags.
On 04/08/2016 05:54 PM, Timothy Arceri wrote:
> This is untested but since ARB_explicit_attrib_loc
This is untested but since ARB_explicit_attrib_location is enabled
there should be no problem enabling this also.
---
src/mesa/main/extensions.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/mesa/main/extensions.c b/src/mesa/main/extensions.c
index fa50cb6..a889902 100644
--- a/src/mesa/