GLMemory.texsubimage
void texsubimage(void * readPointer = null)Reads the texture in read_pointer into gl_mem.
See [gstgl.glmemory.GLMemory.readPixels] for what read_pointer signifies.
Parameters
readPointer | the data pointer to pass to glTexSubImage |