GLContext.setForwardCompatible

void setForwardCompatible(bool compatible)

Sets whether the [gdk.glcontext.GLContext] should be forward-compatible.

Forward-compatible contexts must not support OpenGL functionality that has been marked as deprecated in the requested version; non-forward compatible contexts, on the other hand, must support both deprecated and non deprecated functionality.

The [gdk.glcontext.GLContext] must not be realized or made current prior to calling this function.

Parameters

compatiblewhether the context should be forward-compatible