gpu: convert *opaque -> opaque for BindGroupLayout

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-07-29 18:55:31 -07:00 committed by Stephen Gutekanst
parent 44377e2e27
commit 2ba4b9ff95
7 changed files with 27 additions and 27 deletions

View file

@ -21,5 +21,5 @@ pub const PipelineLayoutDescriptor = extern struct {
label: ?[*:0]const u8 = null,
bind_group_layout_count: u32,
// TODO: file a bug on Dawn, this is not marked as nullable but in fact is.
bind_group_layouts: ?[*]const BindGroupLayout,
bind_group_layouts: ?[*]const *BindGroupLayout,
};