Search found 1 match

by dmer
Sun Jan 17, 2010 7:12 am
Forum: Everything 2d/3d Graphics
Topic: converting jpeg in memory buffer to bitmap format
Replies: 8
Views: 4898

i want to update texture data real time ,anybody,do your know how to do that ,similer opengl, You can use glTexSubImage2D, as the name implies, to alter just a sub-region of the texel data.
thanks