gpu: centralize FeatureName -> enums.zig

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-03-09 09:45:02 -07:00 committed by Stephen Gutekanst
parent 1ad93c1fbb
commit bb18701609
4 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@
//!
//! https://gpuweb.github.io/gpuweb/#devices
//! https://gpuweb.github.io/gpuweb/#gpuadapter
const FeatureName = @import("feature_name.zig").FeatureName;
const FeatureName = @import("enums.zig").FeatureName;
const Limits = @import("Limits.zig");
const Queue = @import("Queue.zig");
const ShaderModule = @import("ShaderModule.zig");