mirror of
https://github.com/MadeOfJelly/MushMachine.git
synced 2025-06-19 19:26:36 +02:00
initial import, >900commits predate this
This commit is contained in:
6
docs/framework/opengl_renderer/render_tasks/blit_fb.md
Normal file
6
docs/framework/opengl_renderer/render_tasks/blit_fb.md
Normal file
@ -0,0 +1,6 @@
|
||||
# `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.
|
||||
|
6
docs/framework/opengl_renderer/render_tasks/clear.md
Normal file
6
docs/framework/opengl_renderer/render_tasks/clear.md
Normal file
@ -0,0 +1,6 @@
|
||||
# `OpenGL::RenderTask` Clear
|
||||
|
||||
This `RenderTask` calles glClear().
|
||||
|
||||
There are options available for clear color and color mask.
|
||||
|
4
docs/framework/opengl_renderer/render_tasks/imgui.md
Normal file
4
docs/framework/opengl_renderer/render_tasks/imgui.md
Normal file
@ -0,0 +1,4 @@
|
||||
# `OpenGL::RenderTask` ImGuiRT
|
||||
|
||||
This `RenderTask` renders the ImGui render data.
|
||||
|
Reference in New Issue
Block a user