Pixel Drawing

Started by
0 comments, last by Lord_Evil 15 years, 9 months ago
Hello, I've an array of pixels, what's the best way to draw it using opengl, for later those pixels could be changed? Thank You!
Advertisement
Make a texture of those pixels and update changed pixels using glTexSubImage2D(...)
If I was helpful, feel free to rate me up ;)If I wasn't and you feel to rate me down, please let me know why!

This topic is closed to new replies.

Advertisement