|
Unravel Engine C++ Reference
|
#include <atmospheric_pass_skybox.h>
Classes | |
| struct | run_params |
Public Member Functions | |
| bool | init (rtti::context &ctx) |
| void | run (gfx::frame_buffer::ptr target, const camera &cam, gfx::render_view &rview, delta_t dt, const run_params ¶ms) |
Definition at line 14 of file atmospheric_pass_skybox.h.
| bool unravel::atmospheric_pass_skybox::init | ( | rtti::context & | ctx | ) |
Definition at line 8 of file atmospheric_pass_skybox.cpp.
| void unravel::atmospheric_pass_skybox::run | ( | gfx::frame_buffer::ptr | target, |
| const camera & | cam, | ||
| gfx::render_view & | rview, | ||
| delta_t | dt, | ||
| const run_params & | params ) |
Definition at line 78 of file atmospheric_pass_skybox.cpp.