Unravel Engine C++ Reference
|
#include <blit_pass.h>
Public Attributes | |
gfx::frame_buffer::ptr | input |
Source framebuffer (must have a color texture). | |
gfx::frame_buffer::ptr | output |
Optional destination framebuffer. If null, will be created to match input. | |
Definition at line 16 of file blit_pass.h.
gfx::frame_buffer::ptr unravel::blit_pass::run_params::input |
Source framebuffer (must have a color texture).
Definition at line 18 of file blit_pass.h.
gfx::frame_buffer::ptr unravel::blit_pass::run_params::output |
Optional destination framebuffer. If null, will be created to match input.
Definition at line 19 of file blit_pass.h.