Unravel Engine C++ Reference
Loading...
Searching...
No Matches
unravel::blit_pass::run_params Struct 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.
 

Detailed Description

Definition at line 16 of file blit_pass.h.

Member Data Documentation

◆ input

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.

◆ output

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.


The documentation for this struct was generated from the following file: