Go to the documentation of this file.
24 #ifndef vtkOpenGLRenderPass_h
25 #define vtkOpenGLRenderPass_h
27 #include "vtkRenderingOpenGL2Module.h"
49 virtual bool PreReplaceShaderValues(
std::string &vertexShader,
60 virtual bool PostReplaceShaderValues(
std::string &vertexShader,
91 vtkSetMacro(ActiveDrawBuffers,
unsigned int);
92 vtkGetMacro(ActiveDrawBuffers,
unsigned int);
108 unsigned int ActiveDrawBuffers = 0;
115 #endif // vtkOpenGLRenderPass_h
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
The ShaderProgram uses one or more Shader objects.
a simple class to control print indentation
abstract superclass for all actors, volumes and annotations
Abstract render pass with shader modifications.
Context in which a vtkRenderPass will render.
The VertexArrayObject class uses, or emulates, vertex array objects.
abstract class specifies interface to map data
vtkTypeUInt32 vtkMTimeType
Perform part of the rendering of a vtkRenderer.