Class to handle information relating to the installed version of OpenGL.
More...
|
| enum | Acceleration { Full
, Partial
, None
, Unknown
} |
| | Enumerated type for hardware acceleration.
|
| |
|
|
Collections.OpenGlExtensions | Extensions [get] |
| | Returns a collection of available openGL extensions.
|
| |
|
Acceleration | AccelerationLevel [get] |
| | Returns the level of hardware acceleration as an enumerated type.
|
| |
|
string | Vendor [get] |
| | Returns the company responsible for the OpenGL implementation.
|
| |
|
string | Renderer [get] |
| | Returns the name of the renderer. This name is typically specific to a particular configuration of hardware platform. It does not change from release to release.
|
| |
|
string | Version [get] |
| | Returns a version or release number.
|
| |
|
double | LineWidthMin [get] |
| | Returns the minimum supported line width.
|
| |
|
double | LineWidthMax [get] |
| | Returns the maximum supported line width.
|
| |
Class to handle information relating to the installed version of OpenGL.
The documentation for this class was generated from the following file:
- C:/DesignBuilder/Components Source/DB.Api/DB.Api/OpenGlInfo.cs