43 #include "vtkRenderingOpenGLModule.h"
78 vtkSetStringMacro(SourceCode);
90 vtkGetMacro(Type,
int);
109 const char *GetTypeAsString();
123 bool GetLastCompileStatus();
130 const char *GetLastCompileLog();
146 virtual void ReleaseGraphicsResources();
152 vtkGetMacro(Id,
unsigned int);
185 bool LastCompileStatus;
186 char *LastCompileLog;
187 size_t LastCompileLogCapacity;
194 bool ExtensionsLoaded;
195 bool SupportGeometryShader;
199 void operator=(const
vtkShader2&) 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.
record modification and/or execution time
a simple class to control print indentation
a weak reference to a vtkObject.
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
create a window for renderers to draw into
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...