gpu: centralize TextureUsage -> enums.zig
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
37c8fd797f
commit
fccb85a6e7
5 changed files with 13 additions and 12 deletions
|
|
@ -21,7 +21,7 @@ const CommandBuffer = @import("CommandBuffer.zig");
|
|||
const ShaderModule = @import("ShaderModule.zig");
|
||||
const SwapChain = @import("SwapChain.zig");
|
||||
|
||||
const TextureUsage = @import("texture_usage.zig").TextureUsage;
|
||||
const TextureUsage = @import("enums.zig").TextureUsage;
|
||||
const TextureFormat = @import("enums.zig").TextureFormat;
|
||||
const PresentMode = @import("enums.zig").PresentMode;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue