Hi,
I am trying to render texture dynamically in my opengl application.
Basically I am tring to use (CGSize)drawAtPoint:(CGPoint)point withFont:(UIFont *)font
and capture it to a texture. But I am not able to figure out how to convert CGContext stuff to texture.