|
Developer Documentation
|
Public Member Functions | |
| PostProcessorInput (GLuint _colTex=0, GLuint _depthTex=0, int _width=0, int _height=0) | |
| void | bindColorTex (int _texSlot=0) const |
| void | bindDepthTex (int _texSlot=0) const |
Public Attributes | |
| GLuint | colorTex_ |
| GLuint | depthTex_ |
| int | width |
| int | height |
| int | sampleCount_ |
| GLuint | texfmt_ |
| ACG::GLMatrixf | view_ |
| ACG::GLMatrixf | proj_ |
| float | depthRange_ [2] |
Definition at line 64 of file PostProcessorInterface.hh.