gpu: initial pass at requestAdapter
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
3f19563354
commit
3a0b0fd83c
5 changed files with 189 additions and 29 deletions
|
|
@ -17,6 +17,11 @@
|
|||
//!
|
||||
const std = @import("std");
|
||||
pub const Interface = @import("Interface.zig");
|
||||
pub const RequestAdapterOptions = Interface.RequestAdapterOptions;
|
||||
pub const RequestAdapterErrorCode = Interface.RequestAdapterErrorCode;
|
||||
pub const RequestAdapterError = Interface.RequestAdapterError;
|
||||
pub const RequestAdapterResponse = Interface.RequestAdapterResponse;
|
||||
|
||||
pub const NativeInstance = @import("NativeInstance.zig");
|
||||
|
||||
pub const Adapter = @import("Adapter.zig");
|
||||
|
|
@ -33,7 +38,6 @@ test "syntax" {
|
|||
_ = Adapter;
|
||||
_ = Device;
|
||||
_ = Surface;
|
||||
_ = Surface.Descriptor;
|
||||
|
||||
_ = FeatureName;
|
||||
_ = SupportedLimits;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue