Euphoria
eu::render::PostProcArg Struct Reference

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

Public Attributes

const Worldworld = nullptr
Size window_size = {.width = 0, .height = 0}
Rect final_rect = {}
const Cameracamera = nullptr
Rendererrenderer = nullptr

Detailed Description

Arguments for rendering a post-processing effect.

Definition at line 26 of file postproc.h.

Member Data Documentation

◆ camera

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

Definition at line 31 of file postproc.h.

◆ final_rect

Rect eu::render::PostProcArg::final_rect = {}

Definition at line 30 of file postproc.h.

◆ renderer

Renderer* eu::render::PostProcArg::renderer = nullptr

Definition at line 32 of file postproc.h.

◆ window_size

Size eu::render::PostProcArg::window_size = {.width = 0, .height = 0}

Definition at line 29 of file postproc.h.

◆ world

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

Definition at line 28 of file postproc.h.


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