Modifica

IGraphicsContextInternal Interface

Definition

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

public interface IGraphicsContextInternal
type IGraphicsContextInternal = interface
Derived

Properties

Name Description
Context

Gets a handle to the OpenGL rendering context.

Implementation

Gets the internal implementation of the current instance.

Methods

Name Description
GetAddress(String)

Gets the address of an OpenGL extension function.

LoadAll()

Prepares the entry points for OpenGL.

Applies to