Support Forum G3D Web Page |
Provides very basic DirectX detection and information support. More...
Static Public Member Functions | |
static uint32 | version () |
Returns 0 if not installed otherwise returns the major and minor number in the form (major * 100) + minor. More... | |
static uint64 | videoMemorySize () |
Returns the amount of video memory detected by Direct3D in bytes. More... | |
Provides very basic DirectX detection and information support.
|
static |
Returns 0 if not installed otherwise returns the major and minor number in the form (major * 100) + minor.
eg. 900 is 9.0 and 901 is 9.1
|
static |
Returns the amount of video memory detected by Direct3D in bytes.
This may not be the true amount of physical RAM; some graphics cards over or under report.