GLQuery

Members

Static functions

extension
bool extension()

Indicates whether the window system supports the OpenGL extension (GLX, WGL, etc.).

extensionForDisplay
bool extensionForDisplay(Display display)

Indicates whether the window system supports the OpenGL extension (GLX, WGL, etc.).

getProcAddress
GdkGLProc getProcAddress(string procName)

Returns the address of the OpenGL, GLU, or GLX function.

glExtension
bool glExtension(string extension)

Determines whether a given OpenGL extension is supported.

versio
bool versio(int major, int minor)

Returns the version numbers of the OpenGL extension to the window system.

versionForDisplay
bool versionForDisplay(Display display, int major, int minor)

Returns the version numbers of the OpenGL extension to the window system.

Meta