Struct AttachmentTextureProperty¶
Defined in File render_target.h
Struct Documentation¶
-
struct AttachmentTextureProperty¶
Render target attachment configuration.
Defines format, blending, and load behavior for a single attachment.
Public Members
-
ImageFormat format = {}¶
-
bool blend = true¶
-
BlendMode blend_mode = BlendMode::SrcAlphaOneMinusSrcAlpha¶
-
AttachmentLoadOperator load_operator = AttachmentLoadOperator::Inherit¶
-
ImageFormat format = {}¶