API Reference
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Properties | List of all members
DB.Api.OpenGlInfo Class Reference

Class to handle information relating to the installed version of OpenGL. More...

Public Types

enum  Acceleration { Full , Partial , None , Unknown }
 Enumerated type for hardware acceleration.
 

Public Member Functions

void Dispose ()
 

Properties

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.
 

Detailed Description

Class to handle information relating to the installed version of OpenGL.


The documentation for this class was generated from the following file: