Kanzi 4.0.0-beta2
kanzi::RenderPassArchetype::AttachmentState Struct Reference

Per-attachment information. More...

#include <kanzi/core.ui/graphics/render_pass_archetype.hpp>

Public Attributes

gfx::AttachmentLoadOperation loadOperation
 Load operation.
 
bool resolveMsaa
 MSAA resolve.
 
gfx::AttachmentStoreOperation storeOperation
 Store operation.
 

Detailed Description

Per-attachment information.

Also used by CommandRecorder::CompositionState.

Member Data Documentation

◆ loadOperation

gfx::AttachmentLoadOperation kanzi::RenderPassArchetype::AttachmentState::loadOperation

Load operation.

◆ storeOperation

gfx::AttachmentStoreOperation kanzi::RenderPassArchetype::AttachmentState::storeOperation

Store operation.

◆ resolveMsaa

bool kanzi::RenderPassArchetype::AttachmentState::resolveMsaa

MSAA resolve.


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