Donner SVG Editor & Engine
SVG-native editor and embeddable SVG2 + CSS3 engine in C++20, with GPU (WebGPU) and compact CPU renderers, built for correctness, security, and performance.
Loading...
Searching...
No Matches
donner::gpu::BlendState Struct Reference

Blend state for one color target. More...

#include "donner/gpu/Descriptors.h"

Public Attributes

BlendComponent color
 RGB blend term.
BlendComponent alpha
 Alpha blend term.

Detailed Description

Blend state for one color target.

Member Data Documentation

◆ alpha

BlendComponent donner::gpu::BlendState::alpha

Alpha blend term.

◆ color

BlendComponent donner::gpu::BlendState::color

RGB blend term.


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