gpu: centralize PresentMode -> enums.zig
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
2d815daca2
commit
48c496c3e5
6 changed files with 11 additions and 14 deletions
|
|
@ -23,7 +23,7 @@ const SwapChain = @import("SwapChain.zig");
|
|||
|
||||
const TextureUsage = @import("texture_usage.zig").TextureUsage;
|
||||
const TextureFormat = @import("texture_format.zig").TextureFormat;
|
||||
const PresentMode = @import("present_mode.zig").PresentMode;
|
||||
const PresentMode = @import("enums.zig").PresentMode;
|
||||
|
||||
const NativeInstance = @This();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue