|
Euphoria
|
Arguments for rendering a post-processing effect. More...
Public Attributes | |
| const World * | world = nullptr |
| Size | window_size = {.width = 0, .height = 0} |
| Rect | final_rect = {} |
| const Camera * | camera = nullptr |
| Renderer * | renderer = nullptr |
Arguments for rendering a post-processing effect.
Definition at line 26 of file postproc.h.
| const Camera* eu::render::PostProcArg::camera = nullptr |
Definition at line 31 of file postproc.h.
| Rect eu::render::PostProcArg::final_rect = {} |
Definition at line 30 of file postproc.h.
| Renderer* eu::render::PostProcArg::renderer = nullptr |
Definition at line 32 of file postproc.h.
| Size eu::render::PostProcArg::window_size = {.width = 0, .height = 0} |
Definition at line 29 of file postproc.h.
| const World* eu::render::PostProcArg::world = nullptr |
Definition at line 28 of file postproc.h.