![]() |
Lysa
0.0
Lysa 3D Engine
|
Per-frame color and depth attachments owned by the renderer.
Public Attributes | |
| std::shared_ptr< vireo::Image > | colorAttachment |
| std::shared_ptr< vireo::RenderTarget > | colorRenderTarget |
| std::shared_ptr< vireo::RenderTarget > | depthAttachment |
| std::shared_ptr<vireo::Image> colorAttachment |
HDR color image written by the color pass.
| std::shared_ptr<vireo::RenderTarget> colorRenderTarget |
Render target wrapping colorAttachment.
| std::shared_ptr<vireo::RenderTarget> depthAttachment |
Depth (and optional stencil) render target.