mirror of
https://github.com/brl/mutter.git
synced 2025-08-05 16:14:51 +00:00
Revert "cogl: Remove the generated array size for cogl_tex_coord_in"
This reverts commit 4cfe90bde2
.
GLSL 1.00 on GLES doesn't support unsized arrays so the whole idea
can't work.
Conflicts:
clutter/cogl/cogl/cogl-pipeline-glsl.c
This commit is contained in:
@@ -92,7 +92,6 @@
|
||||
"#endif\n" \
|
||||
"\n" \
|
||||
"varying vec4 _cogl_color;\n" \
|
||||
"varying vec4 _cogl_tex_coord[];\n" \
|
||||
"\n" \
|
||||
"#define cogl_color_in _cogl_color\n" \
|
||||
"#define cogl_tex_coord_in _cogl_tex_coord\n" \
|
||||
|
Reference in New Issue
Block a user