Draw Pixel using OpenGLEs for Android
Posted
by Shubh
on Stack Overflow
See other posts from Stack Overflow
or by Shubh
Published on 2010-05-13T14:00:06Z
Indexed on
2010/05/13
14:04 UTC
Read the original article
Hit count: 286
opengl-es
How can I draw a pixel(2D view)for Android using OpenGlEs.
In Simple when we use draw(Canvas canvas){...} to draw,
so using it we draw canvas.drawPoint(i, j, paint); ..but in OpenGlEs still I haven't got any function like it.
Please reply Thank in Advance
© Stack Overflow or respective owner