gpu: add TODOs
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
743921483c
commit
32de278709
1 changed files with 3 additions and 0 deletions
|
|
@ -15,6 +15,9 @@ pub const FeatureName = enum(u32) {
|
||||||
DawnNative = 0x000003EC,
|
DawnNative = 0x000003EC,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
// TODO: add featureNameString method
|
||||||
|
// TODO: should featureName be renamed to just feature?
|
||||||
|
|
||||||
test "syntax" {
|
test "syntax" {
|
||||||
_ = FeatureName;
|
_ = FeatureName;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue