|
Background
-
A major feature of the OpenGL spec is that it is windowing
system independent
-
Responsibilities of the windowing system:
-
Creation of the window
-
Handling of windowing system events (maximize, minimize,
resize, move, ...)
-
Interactions between OpenGL and the windowing system are
separate
from OpenGL
-
GLX is an example which specifies the interaction
between a windowing system (Xwindows) and OpenGL
|
|