Michael-Zp / GraphicsWar

Apache License 2.0
0 stars 0 forks source link

Extract post processing #1

Closed Michael-Zp closed 5 years ago

Michael-Zp commented 6 years ago

Extract post processing into own classes under RenderInstances.

Michael-Zp commented 6 years ago

Extracted into PostProcessBase as abstract base class and SimplePostProcessShader as a general implementation for simple post process shaders with one input and one output texture.