Euphoria
Public Attributes | List of all members
eu::render::PostProcArg Struct Reference

Arguments for rendering a post-processing effect. More...

Public Attributes

const Worldworld
 
Size window_size
 
Rect final_rect
 
const Cameracamera
 
Rendererrenderer
 

Detailed Description

Arguments for rendering a post-processing effect.

Definition at line 24 of file postproc.h.

Member Data Documentation

◆ camera

const Camera* eu::render::PostProcArg::camera

Definition at line 29 of file postproc.h.

◆ final_rect

Rect eu::render::PostProcArg::final_rect

Definition at line 28 of file postproc.h.

◆ renderer

Renderer* eu::render::PostProcArg::renderer

Definition at line 30 of file postproc.h.

◆ window_size

Size eu::render::PostProcArg::window_size

Definition at line 27 of file postproc.h.

◆ world

const World* eu::render::PostProcArg::world

Definition at line 26 of file postproc.h.


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