29 #include "vtkRenderingCoreModule.h" 47 vtkGetMacro(DedicatedVideoMemory, vtkTypeUInt64);
58 vtkGetMacro(DedicatedSystemMemory, vtkTypeUInt64);
68 vtkGetMacro(SharedSystemMemory, vtkTypeUInt64);
75 vtkTypeUInt64 DedicatedVideoMemory;
76 vtkTypeUInt64 DedicatedSystemMemory;
77 vtkTypeUInt64 SharedSystemMemory;
81 void operator=(const
vtkGPUInfo&) VTK_DELETE_FUNCTION;
abstract base class for most VTK objects
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
Stores GPU VRAM information.
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...