glues
glues copied to clipboard
Isn't this library supposed to work with OpenGL ES?
I tried to use it on android.
But this symbol is missing in OpenGL ES: glPushClientAttrib
from glues_mipmap.c line 929: glPushClientAttrib(GL_CLIENT_PIXEL_STORE_BIT);
Have I understood something wrong about glues? Is it supposed to be used with glshim? Or is it supposed to work with OpenGL ES only (like the name would suggest)?