Package: gdk
Function gdk:gl-context-forward-compatible
Lambda Listgdk:gl-context-forward-compatible (context) SyntaxArgumentsDetails
Gets or sets whether the GL context should be forward compatible. Forward compatible GL contexts must not support OpenGL functionality that has been marked as deprecated in the requested version. Non-forward compatible GL contexts, on the other hand, must support both deprecated and non deprecated functionality. The gdk:gl-context object must not be realized or made current prior to calling this function. | See also |
#2025-09-25