OpenTK.Graphics.GraphicsContext.DirectRendering Property
Gets or sets a System.Boolean, indicating whether GraphicsContexts will perform direct rendering.

Syntax

public static bool DirectRendering { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

If DirectRendering is true, new contexts will be constructed with direct rendering capabilities, if possible. If DirectRendering is false, new contexts will be constructed with indirect rendering capabilities.

This property does not affect existing GraphicsContexts, unless they are recreated.

This property is ignored on Operating Systems without support for indirect rendering, like Windows and OS X.

Requirements

Namespace: OpenTK.Graphics
Assembly: OpenTK-1.0 (in OpenTK-1.0.dll)
Assembly Versions: 0.0.0.0