Having issue with OpenGL 1.0 for HP slate 7
- by Roy Coder
I have issue with HP slate when i am trying to draw Line in OpenGL Draw method.
But working in other devices.
In Hp Slate Green line not drawn properly as like in another device.
My Code is:
gl.glPushMatrix();
gl.glEnableClientState(GL10.GL_VERTEX_ARRAY);
gl.glVertexPointer(2, GL10.GL_FLOAT, 0,…