28 #ifndef __vtkGPUInfo_h
29 #define __vtkGPUInfo_h
46 vtkSetMacro(DedicatedVideoMemory,
vtkIdType);
47 vtkGetMacro(DedicatedVideoMemory,
vtkIdType);
55 vtkSetMacro(DedicatedSystemMemory,
vtkIdType);
56 vtkGetMacro(DedicatedSystemMemory,
vtkIdType);
63 vtkSetMacro(SharedSystemMemory,
vtkIdType);
64 vtkGetMacro(SharedSystemMemory,
vtkIdType);
abstract base class for most VTK objects
vtkIdType DedicatedSystemMemory
vtkIdType DedicatedVideoMemory
virtual void PrintSelf(ostream &os, vtkIndent indent)
a simple class to control print indentation
Stores GPU VRAM information.
vtkIdType SharedSystemMemory
#define VTKRENDERINGCORE_EXPORT