Unravel Engine C++ Reference
|
#include <atmospheric_pass_perez.h>
Classes | |
struct | run_params |
Public Member Functions | |
atmospheric_pass_perez ()=default | |
~atmospheric_pass_perez () | |
auto | init (rtti::context &ctx) -> bool |
void | run (gfx::frame_buffer::ptr input, const camera &camera, gfx::render_view &rview, delta_t dt, const run_params ¶ms) |
Definition at line 140 of file atmospheric_pass_perez.h.
|
default |
unravel::atmospheric_pass_perez::~atmospheric_pass_perez | ( | ) |
Definition at line 203 of file atmospheric_pass_perez.cpp.
auto unravel::atmospheric_pass_perez::init | ( | rtti::context & | ctx | ) | -> bool |
Definition at line 209 of file atmospheric_pass_perez.cpp.
void unravel::atmospheric_pass_perez::run | ( | gfx::frame_buffer::ptr | input, |
const camera & | camera, | ||
gfx::render_view & | rview, | ||
delta_t | dt, | ||
const run_params & | params ) |
Definition at line 259 of file atmospheric_pass_perez.cpp.