Unravel Engine C++ Reference
|
#include <atmospheric_pass.h>
Classes | |
struct | run_params |
Public Member Functions | |
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 10 of file atmospheric_pass.h.
auto unravel::atmospheric_pass::init | ( | rtti::context & | ctx | ) | -> bool |
Definition at line 38 of file atmospheric_pass.cpp.
void unravel::atmospheric_pass::run | ( | gfx::frame_buffer::ptr | input, |
const camera & | camera, | ||
gfx::render_view & | rview, | ||
delta_t | dt, | ||
const run_params & | params ) |
Definition at line 50 of file atmospheric_pass.cpp.