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. | |
| int | Major [get, set] |
| Gets a System.Int32 indicating the major version of a GraphicsContext instance. | |
| string | Vendor [get, set] |
| Gets a System.String indicating the vendor of a GraphicsContext instance. | |
| string | Renderer [get, set] |
| Gets a System.String indicating the renderer of a GraphicsContext instance. | |
Defines the version information of a GraphicsContext.
Definition at line 37 of file GraphicsContextVersion.cs.
int OpenTK.Graphics.GraphicsContextVersion.Major [get, set] |
Gets a System.Int32 indicating the major version of a GraphicsContext instance.
Definition at line 68 of file GraphicsContextVersion.cs.
int OpenTK.Graphics.GraphicsContextVersion.Minor [get, set] |
Gets a System.Int32 indicating the minor version of a GraphicsContext instance.
Definition at line 63 of file GraphicsContextVersion.cs.
string OpenTK.Graphics.GraphicsContextVersion.Renderer [get, set] |
Gets a System.String indicating the renderer of a GraphicsContext instance.
Definition at line 78 of file GraphicsContextVersion.cs.
string OpenTK.Graphics.GraphicsContextVersion.Vendor [get, set] |
Gets a System.String indicating the vendor of a GraphicsContext instance.
Definition at line 73 of file GraphicsContextVersion.cs.
1.6.1