mirror of
https://github.com/MadeOfJelly/MushMachine.git
synced 2024-11-14 19:13:01 +01:00
7 lines
206 B
Markdown
7 lines
206 B
Markdown
|
# `OpenGL::RenderTask` Blit FB
|
||
|
|
||
|
This `RenderTask` Blits(copys) the contents of one `FrameBuffer` to another.
|
||
|
|
||
|
There are options available for source and destination rectangle, color flags and filter mode.
|
||
|
|