gpu: add BlendComponent
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
a463a0c7cd
commit
5bce559ce4
3 changed files with 16 additions and 9 deletions
|
|
@ -351,13 +351,6 @@ typedef struct WGPUFragmentState {
|
|||
|
||||
|
||||
|
||||
|
||||
typedef struct WGPUBlendComponent {
|
||||
WGPUBlendOperation operation;
|
||||
WGPUBlendFactor srcFactor;
|
||||
WGPUBlendFactor dstFactor;
|
||||
} WGPUBlendComponent;
|
||||
|
||||
typedef struct WGPUColor {
|
||||
double r;
|
||||
double g;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue