GlContextImpl
class GlContextImpl(pointer: <Error class: unknown class><<Error class: unknown class>>) : GlContext
The GlContextImpl type represents a native instance of the abstract GlContext class.
Constructors
Properties
Functions
Link copied to clipboard
Indicates that you are beginning the process of redrawing @region on the @context's surface.
Link copied to clipboard
Retrieves whether the context is doing extra validations and runtime checking.
Link copied to clipboard
Retrieves whether the context is forward-compatible.
Link copied to clipboard
Retrieves the region that is currently being repainted.
Link copied to clipboard
Makes the @context the current one.
Link copied to clipboard
Sets whether the GdkGLContext
should perform extra validations and runtime checking.
Link copied to clipboard
Sets whether the GdkGLContext
should be forward-compatible.
Link copied to clipboard
open fun setRequiredVersion(major: <Error class: unknown class>, minor: <Error class: unknown class>)
Sets the major and minor version of OpenGL to request.