|
|
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.
|
One blend term (color or alpha) of a BlendState. More...
#include "donner/gpu/Descriptors.h"
Public Attributes | |
| BlendFactor | srcFactor = BlendFactor::One |
| Source factor. | |
| BlendFactor | dstFactor = BlendFactor::Zero |
| Destination factor. | |
| BlendOperation | operation = BlendOperation::Add |
| Blend operation. | |
One blend term (color or alpha) of a BlendState.
| BlendFactor donner::gpu::BlendComponent::dstFactor = BlendFactor::Zero |
Destination factor.
| BlendOperation donner::gpu::BlendComponent::operation = BlendOperation::Add |
Blend operation.
| BlendFactor donner::gpu::BlendComponent::srcFactor = BlendFactor::One |
Source factor.