Support Forum       G3D Web Page     
Static Public Member Functions | List of all members
G3D::DXCaps Class Reference

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...
 

Detailed Description

Provides very basic DirectX detection and information support.

Member Function Documentation

◆ version()

static uint32 G3D::DXCaps::version ( )
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

◆ videoMemorySize()

static uint64 G3D::DXCaps::videoMemorySize ( )
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.


documentation generated on Wed Nov 24 2021 08:01:54 using doxygen 1.8.15