Show / Hide Table of Contents

Class GraphicsContextVersion

Defines the version information of a GraphicsContext.

Inheritance
Object
GraphicsContextVersion
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
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
In This Article
Back to top Generated by DocFX