cbauernhofer

Results 1 issues of cbauernhofer

I've found a bug in your texture upload mechanism for OpenGL on Android. Basically you set the packing alignment to a fixed value of 4 with `glPixelStorei(GL_UNPACK_ALIGNMENT, 4);`. This can...