debugging swapchain create with hardcoded values seems to work?

This commit is contained in:
David Allemang
2024-03-29 23:43:15 -04:00
parent c69ba42f02
commit 5a48cdd936
4 changed files with 291 additions and 189 deletions

View File

@@ -97,6 +97,11 @@ pub fn build(b: *std.Build) void {
.needed = true,
.preferred_link_mode = .dynamic,
});
inspect.linkSystemLibrary2("glfw3", .{
.needed = true,
.preferred_link_mode = .static,
.use_pkg_config = .force,
});
exe_unit_tests.linkLibC();
inspect.root_module.addImport("vk", vkmod);
inspect.linkLibC();