gpu: add TODOs for slice helper candidates

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

View file

@ -48,6 +48,7 @@ pub const BindGroup = opaque {
next_in_chain: ?*const ChainedStruct = null,
label: ?[*:0]const u8 = null,
layout: *BindGroupLayout,
// TODO: slice helper
entry_count: u32 = 0,
entries: ?[*]const Entry = null,
};