BasePostProcess |
Attributes | The default attributes for this post process. This will be used by helper functions like Blit. |
Camera | The camera we're being applied to. This is only valid during the Render call. |
Blit | Helper to do a blit with the current camera's post process |
BlitSimple | Helper to do a blit with the current camera's post process |
InsertCommandList | Helper to add a command list to the current camera's post process |
Render | Override in your implementation to do your rendering |