Kanzi 4.0.0-beta2
kanzi::gfx::AttachmentDescriptionSet Struct Reference

Describes a set of attachment descriptions. More...

#include <kanzi/gfx/create_info.hpp>

Public Attributes

FixedArray< ColorAttachmentDescription, limits::MaxColorAttachmentscolors
 List of color attachment descriptions.
 
DepthAttachmentDescription depthStencil
 The depth stencil attachment description.
 

Detailed Description

Describes a set of attachment descriptions.

Since
Kanzi 4.0.0

Member Data Documentation

◆ colors

FixedArray<ColorAttachmentDescription, limits::MaxColorAttachments> kanzi::gfx::AttachmentDescriptionSet::colors

List of color attachment descriptions.

◆ depthStencil

DepthAttachmentDescription kanzi::gfx::AttachmentDescriptionSet::depthStencil

The depth stencil attachment description.


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