gpu: prepare to implement Surface

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-03-06 20:28:10 -07:00 committed by Stephen Gutekanst
parent 9888d8fe36
commit 64e023c992
4 changed files with 74 additions and 8 deletions

View file

@ -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;