Developer Documentation
PostProcessorInput Struct Reference

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]
 

Detailed Description

Definition at line 54 of file PostProcessorInterface.hh.

Constructor & Destructor Documentation

◆ PostProcessorInput()

PostProcessorInput::PostProcessorInput ( GLuint  _colTex = 0,
GLuint  _depthTex = 0,
int  _width = 0,
int  _height = 0 
)

Definition at line 47 of file PostProcessorInterface.cc.

Member Function Documentation

◆ bindColorTex()

void PostProcessorInput::bindColorTex ( int  _texSlot = 0) const

Definition at line 56 of file PostProcessorInterface.cc.

◆ bindDepthTex()

void PostProcessorInput::bindDepthTex ( int  _texSlot = 0) const

Definition at line 62 of file PostProcessorInterface.cc.

Member Data Documentation

◆ colorTex_

GLuint PostProcessorInput::colorTex_

Definition at line 62 of file PostProcessorInterface.hh.

◆ depthRange_

float PostProcessorInput::depthRange_[2]

Definition at line 78 of file PostProcessorInterface.hh.

◆ depthTex_

GLuint PostProcessorInput::depthTex_

Definition at line 65 of file PostProcessorInterface.hh.

◆ height

int PostProcessorInput::height

Definition at line 67 of file PostProcessorInterface.hh.

◆ proj_

ACG::GLMatrixf PostProcessorInput::proj_

Definition at line 77 of file PostProcessorInterface.hh.

◆ sampleCount_

int PostProcessorInput::sampleCount_

Definition at line 70 of file PostProcessorInterface.hh.

◆ texfmt_

GLuint PostProcessorInput::texfmt_

Definition at line 73 of file PostProcessorInterface.hh.

◆ view_

ACG::GLMatrixf PostProcessorInput::view_

Definition at line 76 of file PostProcessorInterface.hh.

◆ width

int PostProcessorInput::width

Definition at line 67 of file PostProcessorInterface.hh.


The documentation for this struct was generated from the following files: