Berserk
Public Attributes | List of all members
RHIFramebufferDesc Class Reference

RHI framebuffer descriptor. More...

#include <RHIFramebuffer.hpp>

Collaboration diagram for RHIFramebufferDesc:
Collaboration graph
[legend]

Public Attributes

StringName name
 
uint32 width
 
uint32 height
 
RHIAttachmentDesc depthStencilTarget
 
std::vector< RHIAttachmentDesccolorTargets
 

Detailed Description

RHI framebuffer descriptor.

Member Data Documentation

◆ colorTargets

std::vector<RHIAttachmentDesc> RHIFramebufferDesc::colorTargets

◆ depthStencilTarget

RHIAttachmentDesc RHIFramebufferDesc::depthStencilTarget

◆ height

uint32 RHIFramebufferDesc::height

◆ name

StringName RHIFramebufferDesc::name

◆ width

uint32 RHIFramebufferDesc::width

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