gpu: prepare to add Device interface
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
2e0a7019b2
commit
5f7fe4d7e2
4 changed files with 49 additions and 35 deletions
|
|
@ -20,12 +20,14 @@ const Interface = @import("Interface.zig");
|
|||
const native = @import("native.zig").native;
|
||||
|
||||
const Adapter = @import("Adapter.zig");
|
||||
const Device = @import("Device.zig");
|
||||
|
||||
const FeatureName = @import("feature_name.zig").FeatureName;
|
||||
const SupportedLimits = @import("supported_limits.zig").SupportedLimits;
|
||||
|
||||
test "syntax" {
|
||||
_ = Adapter;
|
||||
_ = Device;
|
||||
_ = Interface;
|
||||
_ = native;
|
||||
_ = FeatureName;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue