The Open Toolkit library  1.0
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events
OpenTK.Graphics.GraphicsContextVersion Class Reference

Defines the version information of a GraphicsContext. More...

Properties

int Minor [get, set]
 Gets a System.Int32 indicating the minor version of a GraphicsContext instance. More...
 
int Major [get, set]
 Gets a System.Int32 indicating the major version of a GraphicsContext instance. More...
 
string Vendor [get, set]
 Gets a System.String indicating the vendor of a GraphicsContext instance. More...
 
string Renderer [get, set]
 Gets a System.String indicating the renderer of a GraphicsContext instance. More...
 

Detailed Description

Defines the version information of a GraphicsContext.

Property Documentation

int OpenTK.Graphics.GraphicsContextVersion.Major
getset

Gets a System.Int32 indicating the major version of a GraphicsContext instance.

int OpenTK.Graphics.GraphicsContextVersion.Minor
getset

Gets a System.Int32 indicating the minor version of a GraphicsContext instance.

string OpenTK.Graphics.GraphicsContextVersion.Renderer
getset

Gets a System.String indicating the renderer of a GraphicsContext instance.

string OpenTK.Graphics.GraphicsContextVersion.Vendor
getset

Gets a System.String indicating the vendor of a GraphicsContext instance.