I’ve tried http://developer.android.com/resources/tutorials/opengl/opengl-es20.html and it works but when I replace floats with ints with GL_INT as well, it crashes instead. Do integers simply not work?
I’ve tried http://developer.android.com/resources/tutorials/opengl/opengl-es20.html and it works but when I replace floats with ints with
Share
I decided to just replace the integers with floats and forget about it. I’m just confused why it wont allow integers.