Package: gdk

Function gdk:gl-context-version

Lambda List

gdk:gl-context-version (context)

Arguments

context -- a gdk:gl-context object

Return Value

major - an integer with the major version
minor - an integer with the minor version

Details

Retrieves the OpenGL version of the GL context. The GL context must be realized prior to calling this function.
 

See also

#2023-8-3