VTK
|
#include <cassert>
#include "vtkRenderingOpenGLModule.h"
#include "vtkWeakPointer.h"
#include "vtkObject.h"
Go to the source code of this file.
Classes | |
class | vtkShaderProgram2 |
GLSL Program. More... | |
Macros | |
#define | vtkShaderProgram2SetUniformCopyCastMacro(toLetter, toType, num) |
Functions | |
vtkShaderProgram2SetUniformCopyCastMacro (f, float, 1) vtkShaderProgram2SetUniformCopyCastMacro(f | |
vtkShaderProgram2SetUniformCopyCastMacro (f, float, 3) vtkShaderProgram2SetUniformCopyCastMacro(f | |
vtkShaderProgram2SetUniformCopyCastMacro (i, int, 1) vtkShaderProgram2SetUniformCopyCastMacro(i | |
vtkShaderProgram2SetUniformCopyCastMacro (i, int, 3) vtkShaderProgram2SetUniformCopyCastMacro(i | |
Variables | |
float | |
int | |
#define vtkShaderProgram2SetUniformCopyCastMacro | ( | toLetter, | |
toType, | |||
num | |||
) |
Definition at line 395 of file vtkShaderProgram2.h.
Enumerator | |
---|---|
VTK_SHADER_PROGRAM2_COMPILE_FAILED | |
VTK_SHADER_PROGRAM2_LINK_FAILED | |
VTK_SHADER_PROGRAM2_LINK_SUCCEEDED |
Definition at line 41 of file vtkShaderProgram2.h.
Definition at line 51 of file vtkShaderProgram2.h.
Enumerator | |
---|---|
VTK_GEOMETRY_SHADER_OUT_TYPE_POINTS | |
VTK_GEOMETRY_SHADER_OUT_TYPE_LINE_STRIP | |
VTK_GEOMETRY_SHADER_OUT_TYPE_TRIANGLE_STRIP |
Definition at line 60 of file vtkShaderProgram2.h.
vtkShaderProgram2SetUniformCopyCastMacro | ( | f | , |
float | , | ||
1 | |||
) |
vtkShaderProgram2SetUniformCopyCastMacro | ( | f | , |
float | , | ||
3 | |||
) |
vtkShaderProgram2SetUniformCopyCastMacro | ( | i | , |
int | , | ||
1 | |||
) |
vtkShaderProgram2SetUniformCopyCastMacro | ( | i | , |
int | , | ||
3 | |||
) |
float |
Definition at line 418 of file vtkShaderProgram2.h.
int |
Definition at line 422 of file vtkShaderProgram2.h.