gpu: prepare to implement Surface
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
9888d8fe36
commit
64e023c992
4 changed files with 74 additions and 8 deletions
|
|
@ -21,6 +21,7 @@ const NativeInstance = @import("NativeInstance.zig");
|
|||
|
||||
const Adapter = @import("Adapter.zig");
|
||||
const Device = @import("Device.zig");
|
||||
const Surface = @import("Surface.zig");
|
||||
|
||||
const FeatureName = @import("feature_name.zig").FeatureName;
|
||||
const SupportedLimits = @import("supported_limits.zig").SupportedLimits;
|
||||
|
|
@ -31,6 +32,7 @@ test "syntax" {
|
|||
|
||||
_ = Adapter;
|
||||
_ = Device;
|
||||
_ = Surface;
|
||||
|
||||
_ = FeatureName;
|
||||
_ = SupportedLimits;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue