Class PostProcess

Inheritance Relationships

Derived Type

Class Documentation

class PostProcess

Subclassed by CustomPostProcess

Public Functions

virtual ~PostProcess()
virtual void draw(CameraComponent *camera, ID3D11ShaderResourceView *&nextSource) = 0

Performs the post processing step. The source for next post process step is altered when a post process step takes place.