Contents User Forum Source Index APIs by Task APIs by Level Data


G3D::DXCaps Class Reference

Provides very basic DirectX detection and information support. More...

#include <DXCaps.h>

List of all members.

Static Public Member Functions

static uint32 version ()
static uint64 videoMemorySize ()


Detailed Description

Provides very basic DirectX detection and information support.


Member Function Documentation

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

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.


The documentation for this class was generated from the following file:
Generated on Thu Aug 2 11:40:45 2007 for G3D by doxygen 1.5.2
Hosted by SourceForge.net Logo