|
Berserk
|
RHI framebuffer descriptor. More...
#include <RHIFramebuffer.hpp>

Public Attributes | |
| StringName | name |
| uint32 | width |
| uint32 | height |
| RHIAttachmentDesc | depthStencilTarget |
| std::vector< RHIAttachmentDesc > | colorTargets |
RHI framebuffer descriptor.
| std::vector<RHIAttachmentDesc> RHIFramebufferDesc::colorTargets |
| RHIAttachmentDesc RHIFramebufferDesc::depthStencilTarget |
| uint32 RHIFramebufferDesc::height |
| StringName RHIFramebufferDesc::name |
| uint32 RHIFramebufferDesc::width |