gpu: centralize TextureFormat -> enums.zig
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
48c496c3e5
commit
37c8fd797f
5 changed files with 103 additions and 102 deletions
|
|
@ -1,6 +1,6 @@
|
|||
const std = @import("std");
|
||||
const TextureUsage = @import("texture_usage.zig").TextureUsage;
|
||||
const TextureFormat = @import("texture_format.zig").TextureFormat;
|
||||
const TextureFormat = @import("enums.zig").TextureFormat;
|
||||
const PresentMode = @import("enums.zig").PresentMode;
|
||||
|
||||
const SwapChain = @This();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue