gpu: add BindGroupLayout.Descriptor

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-07-16 20:56:03 -07:00 committed by Stephen Gutekanst
parent 26a29e1b2a
commit 5b66e3fbe0
2 changed files with 7 additions and 7 deletions

View file

@ -1,10 +1,3 @@
pub const WGPUBindGroupLayoutDescriptor = extern struct {
next_in_chain: *const ChainedStruct,
label: ?[*:0]const u8 = null,
entry_count: u32,
entries: [*]const BindGroupLayoutEntry,
};
pub const ColorTargetState = extern struct {
next_in_chain: *const ChainedStruct,
format: TextureFormat,