gpu: convert *opaque -> opaque for BindGroupLayout
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
44377e2e27
commit
2ba4b9ff95
7 changed files with 27 additions and 27 deletions
|
|
@ -32,7 +32,7 @@ pub const BindGroupEntry = extern struct {
|
|||
pub const BindGroupDescriptor = extern struct {
|
||||
next_in_chain: ?*const ChainedStruct = null,
|
||||
label: ?[*:0]const u8 = null,
|
||||
layout: BindGroupLayout,
|
||||
layout: *BindGroupLayout,
|
||||
entry_count: u32,
|
||||
// TODO: file a bug on Dawn, this is not marked as nullable but in fact is.
|
||||
entries: ?[*]const BindGroupEntry,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue