gpu: unify data structs in single structs.zig
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
29a76f75c4
commit
a463a0c7cd
6 changed files with 33 additions and 31 deletions
|
|
@ -20,7 +20,7 @@
|
|||
const std = @import("std");
|
||||
|
||||
const Feature = @import("enums.zig").Feature;
|
||||
const Limits = @import("Limits.zig");
|
||||
const Limits = @import("structs.zig").Limits;
|
||||
const Device = @import("Device.zig");
|
||||
|
||||
const Adapter = @This();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue