gpu: rename native -> NativeInstance
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
5656d3252a
commit
9888d8fe36
2 changed files with 20 additions and 7 deletions
|
|
@ -17,7 +17,7 @@
|
|||
//!
|
||||
const std = @import("std");
|
||||
const Interface = @import("Interface.zig");
|
||||
const native = @import("native.zig").native;
|
||||
const NativeInstance = @import("NativeInstance.zig");
|
||||
|
||||
const Adapter = @import("Adapter.zig");
|
||||
const Device = @import("Device.zig");
|
||||
|
|
@ -26,10 +26,12 @@ const FeatureName = @import("feature_name.zig").FeatureName;
|
|||
const SupportedLimits = @import("supported_limits.zig").SupportedLimits;
|
||||
|
||||
test "syntax" {
|
||||
_ = Interface;
|
||||
_ = NativeInstance;
|
||||
|
||||
_ = Adapter;
|
||||
_ = Device;
|
||||
_ = Interface;
|
||||
_ = native;
|
||||
|
||||
_ = FeatureName;
|
||||
_ = SupportedLimits;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue