Raven Engine v0.1
Loading...
Searching...
No Matches
Raven::FramebufferAttachmentSpecification Struct Reference

Defines a collection of texture attachments for a framebuffer. More...

#include <Framebuffer.h>

Public Member Functions

 FramebufferAttachmentSpecification ()=default
 FramebufferAttachmentSpecification (std::initializer_list< FramebufferTextureSpecification > attachments)

Public Attributes

std::vector< FramebufferTextureSpecificationAttachments
 Attachments in order.

Detailed Description

Defines a collection of texture attachments for a framebuffer.

Constructor & Destructor Documentation

◆ FramebufferAttachmentSpecification() [1/2]

Raven::FramebufferAttachmentSpecification::FramebufferAttachmentSpecification ( )
default

◆ FramebufferAttachmentSpecification() [2/2]

Raven::FramebufferAttachmentSpecification::FramebufferAttachmentSpecification ( std::initializer_list< FramebufferTextureSpecification > attachments)
inline
Parameters
attachmentsList of texture attachment specifications.

Member Data Documentation

◆ Attachments

std::vector<FramebufferTextureSpecification> Raven::FramebufferAttachmentSpecification::Attachments

Attachments in order.


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