#include <shader.h>
Inheritance diagram for Shader::Visualize:
Public Member Functions | |
Visualize (void) | |
virtual | ~Visualize (void) |
virtual void | DisplayTexture (PT(Texture)&, Shader *)=0 |
virtual void | DisplayPixelBuffer (PT(PixelBuffer)&, Shader *)=0 |
virtual void | Flush (void)=0 |
|
Definition at line 38 of file shader.cxx. |
|
Definition at line 42 of file shader.cxx. |
|
Implemented in BaseViz, and SomeViz. Definition at line 50 of file shader.cxx. |
|
Implemented in BaseViz, and SomeViz. Definition at line 46 of file shader.cxx. |
|
Implemented in Oldviz, Viztex, Tiledviz, Oldviz, Viztex, and Tiledviz. Definition at line 54 of file shader.cxx. |