I am doing some work that involves drawing real-time video frames in OpenGL ES. Right now I'm using glTexImage2D to transfer data in the absence of pixel buffers, etc. The answer below is that glTexImage2D always blocks, even if the reference to the texture object is not used for any drawing. Is there a way to do non-block texture loading using OpenGL ES (any version)?
Thanks a lot sean
source
share