10 #ifndef vtkOpenGLShaderCache_h
11 #define vtkOpenGLShaderCache_h
14 #include "vtkRenderingOpenGL2Module.h"
18 VTK_ABI_NAMESPACE_BEGIN
32 virtual vtkShaderProgram* ReadyShaderProgram(
const char* vertexCode,
const char* fragmentCode,
50 void ReleaseCurrentShader();
55 virtual void ReleaseGraphicsResources(
vtkWindow* win);
73 virtual unsigned int ReplaceShaderValues(
77 const char* vertexCode,
const char* fragmentCode,
const char* geometryCode);
78 virtual vtkShaderProgram* GetShaderProgram(std::map<vtkShader::Type, vtkShader*> shaders);
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.
manage Shader Programs within a context
void SetElapsedTime(float val)
virtual void ClearLastShaderBound()
Get/Clear the last Shader bound, called by shaders as they release their graphics resources...
window superclass for vtkRenderWindow
a simple class to control print indentation
vtkShaderProgram * LastShaderBound
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
The ShaderProgram uses one or more Shader objects.