MeVisLabToolboxReference
macx::GPUInfo Class Reference

Graphics card information. More...

#include <macGPUInfo.h>

List of all members.

Static Public Member Functions

static bool drawingStateWillExecInHardware ()
 Determine if your current drawing state will execute in the GPU (vertex + fragment processing)
static std::pair< uint64_t,
uint64_t > 
getGPUMemoryInfo ()
 Determine the amount of video memory and texture memory that is available to the accelerated renderer of the primary display.

Detailed Description

Graphics card information.

Definition at line 17 of file macGPUInfo.h.


Member Function Documentation

static bool macx::GPUInfo::drawingStateWillExecInHardware ( ) [static]

Determine if your current drawing state will execute in the GPU (vertex + fragment processing)

static std::pair<uint64_t,uint64_t> macx::GPUInfo::getGPUMemoryInfo ( ) [static]

Determine the amount of video memory and texture memory that is available to the accelerated renderer of the primary display.

The first component is the amount of video memory in bytes, the second component is the amount of texture memory in bytes


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