Class GraphicsContextVersion
Defines the version information of a GraphicsContext.
Inherited Members
Namespace: OpenTK.Graphics
Assembly: OpenTK.dll
Syntax
public sealed class GraphicsContextVersion
Properties
Major
Gets a System.Int32 indicating the major version of a GraphicsContext instance.
Declaration
public int Major { get; }
Property Value
Type | Description |
---|---|
Int32 |
Minor
Gets a System.Int32 indicating the minor version of a GraphicsContext instance.
Declaration
public int Minor { get; }
Property Value
Type | Description |
---|---|
Int32 |
Renderer
Gets a System.String indicating the renderer of a GraphicsContext instance.
Declaration
public string Renderer { get; }
Property Value
Type | Description |
---|---|
String |
Vendor
Gets a System.String indicating the vendor of a GraphicsContext instance.
Declaration
public string Vendor { get; }
Property Value
Type | Description |
---|---|
String |