forked from mirror/vulkan-zig
Make graphics_context.zig naming consistent
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
const std = @import("std");
|
||||
const vk = @import("vulkan");
|
||||
const GraphicsContext = @import("graphics-context.zig").GraphicsContext;
|
||||
const GraphicsContext = @import("graphics_context.zig").GraphicsContext;
|
||||
const Allocator = std.mem.Allocator;
|
||||
|
||||
pub const Swapchain = struct {
|
||||
|
||||
Reference in New Issue
Block a user