I want to make program in xcode on mac where i want to make a window in two stages and two movie will run on it and these movie file data will come from buffer.Thats mean i have two movie file and i want to play these file concurrently in one window on two stages. How might I do this with OpenGL?
Note That: this movie time interval may be different and different movie file format but all of these movie will come from the buffer to represent in different stage in one window using openGL.