WebGPU Headers
The WebGPU C API
 
Loading...
Searching...
No Matches
WGPUBlendComponent Struct Reference

Data Fields

WGPUBlendOperation operation
 
WGPUBlendFactor srcFactor
 
WGPUBlendFactor dstFactor
 

Detailed Description

Default values can be set using WGPU_BLEND_COMPONENT_INIT as initializer.

Definition at line 1634 of file webgpu.h.

Field Documentation

◆ operation

WGPUBlendOperation WGPUBlendComponent::operation

Defaults to WGPUBlendOperation_Add.

Definition at line 1638 of file webgpu.h.

◆ srcFactor

WGPUBlendFactor WGPUBlendComponent::srcFactor

Defaults to WGPUBlendFactor_One.

Definition at line 1642 of file webgpu.h.

◆ dstFactor

WGPUBlendFactor WGPUBlendComponent::dstFactor

Defaults to WGPUBlendFactor_Zero.

Definition at line 1646 of file webgpu.h.