Berserk
Public Attributes | List of all members
RHIRenderPassDesc Class Reference

Full render pass descriptor. More...

#include <RHIRenderPass.hpp>

Collaboration diagram for RHIRenderPassDesc:
Collaboration graph
[legend]

Public Attributes

std::vector< RHIColorAttachmentcolorAttachments
 
RHIDepthStencilAttachment depthStencilAttachment
 
StringName name
 
Ref< RHIFramebufferframebuffer
 
Ref< Windowwindow
 

Detailed Description

Full render pass descriptor.

Member Data Documentation

◆ colorAttachments

std::vector<RHIColorAttachment> RHIRenderPassDesc::colorAttachments

Action to perform on each color attachment before/after pass

◆ depthStencilAttachment

RHIDepthStencilAttachment RHIRenderPassDesc::depthStencilAttachment

Action to perform on each depth/stencil attachment before/after pass

◆ framebuffer

Ref<RHIFramebuffer> RHIRenderPassDesc::framebuffer

For offscreen rendering

◆ name

StringName RHIRenderPassDesc::name

Name of the render pass for debugging

◆ window

Ref<Window> RHIRenderPassDesc::window

For window rendering


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