gpu: rename structs.zig -> data.zig

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-03-11 15:03:36 -07:00 committed by Stephen Gutekanst
parent 04378a8ff7
commit fd48c830e1
5 changed files with 14 additions and 12 deletions

View file

@ -20,7 +20,7 @@
const std = @import("std");
const Feature = @import("enums.zig").Feature;
const Limits = @import("structs.zig").Limits;
const Limits = @import("data.zig").Limits;
const Device = @import("Device.zig");
const Adapter = @This();