Package: gdk

Function gdk:gl-context-version

Lambda List

gdk:gl-context-version (context)

Syntax

(gdk:gl-context-version context) => major, minor

Arguments

context -- a gdk:gl-context object
major -- an integer for the major version
minor -- an integer for 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

#2025-08-04