gpu: add BlendComponent

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-03-11 14:40:11 -07:00 committed by Stephen Gutekanst
parent a463a0c7cd
commit 5bce559ce4
3 changed files with 16 additions and 9 deletions

View file

@ -351,13 +351,6 @@ typedef struct WGPUFragmentState {
typedef struct WGPUBlendComponent {
WGPUBlendOperation operation;
WGPUBlendFactor srcFactor;
WGPUBlendFactor dstFactor;
} WGPUBlendComponent;
typedef struct WGPUColor {
double r;
double g;