gpu: add BlendComponent type

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-07-15 00:39:10 -07:00 committed by Stephen Gutekanst
parent a6eab5ef18
commit 2ec3496478
2 changed files with 6 additions and 6 deletions

View file

@ -1,9 +1,3 @@
typedef struct WGPUBlendComponent {
WGPUBlendOperation operation;
WGPUBlendFactor srcFactor;
WGPUBlendFactor dstFactor;
} WGPUBlendComponent;
typedef struct WGPUBufferBindingLayout {
WGPUChainedStruct const * nextInChain;
WGPUBufferBindingType type;