gpu: add ColorTargetState

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-07-16 20:57:08 -07:00 committed by Stephen Gutekanst
parent 5b66e3fbe0
commit 44d378e102
2 changed files with 10 additions and 10 deletions

View file

@ -1,10 +1,3 @@
pub const ColorTargetState = extern struct {
next_in_chain: *const ChainedStruct,
format: TextureFormat,
blend: ?*const BlendState = null,
write_mask: ColorWriteMaskFlags,
};
pub const WGPUComputePipelineDescriptor = extern struct {
next_in_chain: *const ChainedStruct,
label: ?[*:0]const u8 = null,