gpu: add ColorTargetState
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
4aeea00409
commit
d1bad15add
3 changed files with 9 additions and 7 deletions
|
|
@ -87,13 +87,6 @@ typedef struct WGPUImageCopyTexture {
|
|||
WGPUTextureAspect aspect;
|
||||
} WGPUImageCopyTexture;
|
||||
|
||||
typedef struct WGPUColorTargetState {
|
||||
WGPUChainedStruct const * nextInChain;
|
||||
WGPUTextureFormat format;
|
||||
WGPUBlendState const * blend;
|
||||
WGPUColorWriteMaskFlags writeMask;
|
||||
} WGPUColorTargetState;
|
||||
|
||||
typedef struct WGPUSupportedLimits {
|
||||
WGPUChainedStructOut * nextInChain;
|
||||
WGPULimits limits;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue