Read-only mirror of https://gitlab.gnome.org/GNOME/mutter
e38e9e0355
When the GLES2 wrapper is removed we can't use the fixed function API such as glColorPointer to set the builtin attributes. Instead the GLSL progend now maintains a cache of attribute locations that are queried with glGetAttribLocation. The code that previously maintained a cache of the enabled texture coord arrays has been modified to also cache the enabled vertex attributes under GLES2. The vertex attribute API is now the only place that is using this cache so it has been moved into cogl-vertex-attribute.c |
||
---|---|---|
cogl | ||
doc | ||
pango | ||
Makefile.am |