| |||||||||||||||||||||||||
| |||||||||||||||||||||||||
| |||||||||||||||||||||||||
Description | |||||||||||||||||||||||||
OpenGL rendering context object | |||||||||||||||||||||||||
Synopsis | |||||||||||||||||||||||||
| |||||||||||||||||||||||||
Types | |||||||||||||||||||||||||
data GLContext | |||||||||||||||||||||||||
| |||||||||||||||||||||||||
class GObjectClass o => GLContextClass o | |||||||||||||||||||||||||
| |||||||||||||||||||||||||
castToGLContext :: GObjectClass obj => obj -> GLContext | |||||||||||||||||||||||||
data GLRenderType | |||||||||||||||||||||||||
| |||||||||||||||||||||||||
Constructors | |||||||||||||||||||||||||
glContextNew | |||||||||||||||||||||||||
| |||||||||||||||||||||||||
Methods | |||||||||||||||||||||||||
glContextGetGLDrawable | |||||||||||||||||||||||||
| |||||||||||||||||||||||||
glContextGetGLConfig :: GLContext -> IO GLConfig | |||||||||||||||||||||||||
Gets the GLConfig with which the GLContext is configured. | |||||||||||||||||||||||||
glContextGetShareList :: GLContext -> IO GLContext | |||||||||||||||||||||||||
Gets the other GLContext with which the GLContext shares the display lists and texture objects. | |||||||||||||||||||||||||
glContextIsDirect :: GLContext -> IO Bool | |||||||||||||||||||||||||
Returns whether the GLContext is a direct rendering context. | |||||||||||||||||||||||||
glContextGetRenderType :: GLContext -> IO GLRenderType | |||||||||||||||||||||||||
Gets the GLRenderType of the GLContext. | |||||||||||||||||||||||||
glContextGetCurrent | |||||||||||||||||||||||||
| |||||||||||||||||||||||||
Produced by Haddock version 0.8 |