|
Euphoria
|
A compiled full-screen-effect. More...
Public Attributes | |
| std::shared_ptr< RenderSource > | last_source |
| start with a simple world, but depending on the current effect list, could be more... | |
| std::vector< std::shared_ptr< RenderTextureWithShader > > | targets |
A compiled full-screen-effect.
when compiled it could be:
Definition at line 87 of file postproc.h.
| std::shared_ptr<RenderSource> eu::render::CompiledStack::last_source |
start with a simple world, but depending on the current effect list, could be more...
Definition at line 90 of file postproc.h.
| std::vector<std::shared_ptr<RenderTextureWithShader> > eu::render::CompiledStack::targets |
Definition at line 92 of file postproc.h.