Unravel Engine C++ Reference
Loading...
Searching...
No Matches
unravel::atmospheric_pass_perez Class 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 &params)
 

Detailed Description

Definition at line 140 of file atmospheric_pass_perez.h.

Constructor & Destructor Documentation

◆ atmospheric_pass_perez()

unravel::atmospheric_pass_perez::atmospheric_pass_perez ( )
default

◆ ~atmospheric_pass_perez()

unravel::atmospheric_pass_perez::~atmospheric_pass_perez ( )

Definition at line 203 of file atmospheric_pass_perez.cpp.

Member Function Documentation

◆ init()

auto unravel::atmospheric_pass_perez::init ( rtti::context & ctx) -> bool

Definition at line 209 of file atmospheric_pass_perez.cpp.

◆ run()

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.


The documentation for this class was generated from the following files: