Tagged Questions
0
votes
2answers
622 views
Create GLX context in specific region of a window
I would like to create an OpenGL context with GLX inside a window. However, I do not want it to span over the whole window region. Instead, it should only cover a subregion.
For example, GLUT ...