gpu: add TODOs about documentation

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-03-07 22:44:10 -07:00 committed by Stephen Gutekanst
parent 818a2a172c
commit 070126b85d
4 changed files with 8 additions and 1 deletions

View file

@ -29,6 +29,7 @@ pub const DescriptorTag = enum {
canvas_html_selector,
};
// TODO: docs
pub const Descriptor = union(DescriptorTag) {
metal_layer: struct {
label: ?[]const u8,