Post-Processing for 2D Instances #49
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add some way to perform post-processing effects in the 2D graphics pipeline.
A post-processing effect should be a 2D draw command that can be submitted at any point in between other draw commands to take the current state of the backbuffer texture and apply some destructive effect atop all previous draw operations (i.e. chromatic aberration, overlay effects, color grading, etc.).
Post-processing effects in 2D graphicsto Post-Processing for 2D Instances