gpu: add BlendState
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
1069889ea6
commit
d70f5695b6
3 changed files with 13 additions and 12 deletions
|
|
@ -392,11 +392,6 @@ typedef struct WGPURenderPassDepthStencilAttachment {
|
|||
|
||||
|
||||
|
||||
typedef struct WGPUBlendState {
|
||||
WGPUBlendComponent color;
|
||||
WGPUBlendComponent alpha;
|
||||
} WGPUBlendState;
|
||||
|
||||
typedef struct WGPURenderPassColorAttachment {
|
||||
WGPUTextureView view;
|
||||
WGPUTextureView resolveTarget;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue