Lysa  0.0
Lysa 3D Engine
Renderer::FrameData Struct Reference

Detailed Description

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
 

Member Data Documentation

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.