Rendering from a buffer

This commit is contained in:
Robin Voetter
2020-07-05 16:27:52 +02:00
parent 8c9bb747c3
commit 9b3eff5a72
6 changed files with 108 additions and 25 deletions

View File

@@ -1,7 +1,7 @@
const std = @import("std");
const vk = @import("vulkan");
const c = @import("c.zig");
const GraphicsContext = @import("graphics_context.zig").GraphicsContext;
const GraphicsContext = @import("graphics-context.zig").GraphicsContext;
const Allocator = std.mem.Allocator;
pub const Swapchain = struct {