Class PostProcess¶
Defined in File post_processor.h
Inheritance Relationships¶
Derived Type¶
public CustomPostProcess(Class CustomPostProcess)
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.
-
virtual