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
|
|
@ -182,6 +182,7 @@ pub const Texture = opaque {
|
|||
format: Format,
|
||||
mip_level_count: u32 = 1,
|
||||
sample_count: u32 = 1,
|
||||
// TODO: slice helper
|
||||
view_format_count: u32 = 0,
|
||||
view_formats: ?[*]const Format = null,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue