IGraphicsContextInternal Interface

Definition

Provides methods to create new GraphicsContexts. Should only be used for extending OpenTK.

public interface IGraphicsContextInternal
type IGraphicsContextInternal = interface
Derived

Properties

Context

Gets a handle to the OpenGL rendering context.

Implementation

Gets the internal implementation of the current instance.

Methods

GetAddress(String)

Gets the address of an OpenGL extension function.

LoadAll()

Prepares the entry points for OpenGL.

Applies to