gpu: add TODOs

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-03-07 20:41:42 -07:00 committed by Stephen Gutekanst
parent 743921483c
commit 32de278709

View file

@ -15,6 +15,9 @@ pub const FeatureName = enum(u32) {
DawnNative = 0x000003EC,
};
// TODO: add featureNameString method
// TODO: should featureName be renamed to just feature?
test "syntax" {
_ = FeatureName;
}