gpu: rename structs.zig -> data.zig
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
04378a8ff7
commit
fd48c830e1
5 changed files with 14 additions and 12 deletions
|
|
@ -7,7 +7,7 @@
|
|||
//! https://gpuweb.github.io/gpuweb/#devices
|
||||
//! https://gpuweb.github.io/gpuweb/#gpuadapter
|
||||
const Feature = @import("enums.zig").Feature;
|
||||
const Limits = @import("structs.zig").Limits;
|
||||
const Limits = @import("data.zig").Limits;
|
||||
const Queue = @import("Queue.zig");
|
||||
const ShaderModule = @import("ShaderModule.zig");
|
||||
const Surface = @import("Surface.zig");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue