gpu: add TODOs for slice helper candidates
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
e13b3078a5
commit
f366244a9a
10 changed files with 20 additions and 2 deletions
|
|
@ -6,6 +6,7 @@ pub const PipelineLayout = opaque {
|
|||
pub const Descriptor = extern struct {
|
||||
next_in_chain: ?*const ChainedStruct = null,
|
||||
label: ?[*:0]const u8 = null,
|
||||
// TODO: slice helper
|
||||
bind_group_layout_count: u32 = 0,
|
||||
bind_group_layouts: ?[*]const *BindGroupLayout = null,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue