This file contains method that must be redefined when using the VERTEX_POSTPROCESSING slot. More...
Go to the source code of this file.
| Functions | |
| void | VVizVertexPostProcessing () | 
This file contains method that must be redefined when using the VERTEX_POSTPROCESSING slot.
Definition in file vvizPostVertex_vert.h.
| void VVizVertexPostProcessing | ( | ) | 
SoVolumeShader::VERTEX_POSTPROCESSING function.
Applications can replace this method to customize the SoVolumeShader::VERTEX_POSTPROCESSING shader stage.
This method allows the application to generate varying variables at the vertex shader stage for later usage in the fragment shader stage. By default, nothing is done.