|
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 54 of file PostProcessorInterface.hh.
| PostProcessorInput::PostProcessorInput | ( | GLuint | _colTex = 0, |
| GLuint | _depthTex = 0, |
||
| int | _width = 0, |
||
| int | _height = 0 |
||
| ) |
Definition at line 47 of file PostProcessorInterface.cc.
| void PostProcessorInput::bindColorTex | ( | int | _texSlot = 0 | ) | const |
Definition at line 56 of file PostProcessorInterface.cc.
| void PostProcessorInput::bindDepthTex | ( | int | _texSlot = 0 | ) | const |
Definition at line 62 of file PostProcessorInterface.cc.
| GLuint PostProcessorInput::colorTex_ |
Definition at line 62 of file PostProcessorInterface.hh.
| float PostProcessorInput::depthRange_[2] |
Definition at line 78 of file PostProcessorInterface.hh.
| GLuint PostProcessorInput::depthTex_ |
Definition at line 65 of file PostProcessorInterface.hh.
| int PostProcessorInput::height |
Definition at line 67 of file PostProcessorInterface.hh.
| ACG::GLMatrixf PostProcessorInput::proj_ |
Definition at line 77 of file PostProcessorInterface.hh.
| int PostProcessorInput::sampleCount_ |
Definition at line 70 of file PostProcessorInterface.hh.
| GLuint PostProcessorInput::texfmt_ |
Definition at line 73 of file PostProcessorInterface.hh.
| ACG::GLMatrixf PostProcessorInput::view_ |
Definition at line 76 of file PostProcessorInterface.hh.
| int PostProcessorInput::width |
Definition at line 67 of file PostProcessorInterface.hh.