glues icon indicating copy to clipboard operation
glues copied to clipboard

Isn't this library supposed to work with OpenGL ES?

Open tobimensch opened this issue 9 years ago • 0 comments

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)?

tobimensch avatar May 23 '16 08:05 tobimensch