Package: gdk

Function gdk:gl-context-debug-enabled

Lambda List

gdk:gl-context-debug-enabled (context)

Syntax

(gdk:gl-context-debug-enabled object) => enabled
(setf gdk:gl-context-debug-enabled object) enabled)

Arguments

context -- a gdk:gl-context object
enabled -- a boolean whether debugging is enabled

Details

Gets or sets whether the GL context should perform extra validations and run time checking. This is useful during development, but has additional overhead.

The gdk:gl-context object must not be realized or made current prior to calling this function.
 

See also

#2025-09-25