wisdom
Loading...
Searching...
No Matches
wis::RenderAttachmentsDesc Struct Reference

Detailed Description

Render attachments description for .

std::array<wis::DataFormat, 8> attachment_formats{};
uint32_t attachments_count;
wis::DataFormat depth_attachment;
};
DataFormat
Data format for data. Used as a template for data in several cases. Can be used to describe:
Definition api.hpp:310
Render attachments description for .
Definition api.hpp:1745

Definition at line 1745 of file api.hpp.

#include <api.hpp>

Public Attributes

std::array< wis::DataFormat, 8 > attachment_formats {}
 Attachment formats array. Describes the format of the render target.
 
uint32_t attachments_count
 Attachment formats count. Max is 8.
 
wis::DataFormat depth_attachment
 Depth attachment format. Describes the format of the depth buffer.
 

Data Members

◆ attachment_formats

std::array<wis::DataFormat, 8> wis::RenderAttachmentsDesc::attachment_formats {}

Attachment formats array. Describes the format of the render target.

Definition at line 1746 of file api.hpp.

◆ attachments_count

uint32_t wis::RenderAttachmentsDesc::attachments_count

Attachment formats count. Max is 8.

Definition at line 1747 of file api.hpp.

◆ depth_attachment

wis::DataFormat wis::RenderAttachmentsDesc::depth_attachment

Depth attachment format. Describes the format of the depth buffer.

Definition at line 1748 of file api.hpp.


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