debugging swapchain create with hardcoded values seems to work?
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user