Unravel Engine C++ Reference
|
#include <blit_pass.h>
Classes | |
struct | run_params |
Public Member Functions | |
auto | init (rtti::context &ctx) -> bool |
Must be called once (after bgfx::init() and after asset_manager is registered in context). | |
auto | run (const run_params ¶ms) -> gfx::frame_buffer::ptr |
Executes the blit: copies params.input → params.output . Returns the actual output framebuffer. | |
Definition at line 13 of file blit_pass.h.
auto unravel::blit_pass::init | ( | rtti::context & | ctx | ) | -> bool |
Must be called once (after bgfx::init() and after asset_manager
is registered in context).
Definition at line 10 of file blit_pass.cpp.
auto unravel::blit_pass::run | ( | const run_params & | params | ) | -> gfx::frame_buffer::ptr |
Executes the blit: copies params.input
→ params.output
. Returns the actual output framebuffer.
Definition at line 85 of file blit_pass.cpp.