well-behaved swapchain

This commit is contained in:
David Allemang
2024-11-25 12:06:27 -05:00
parent ae37fc2ad3
commit 3e4b70573c
6 changed files with 83 additions and 61 deletions

View File

@@ -4,7 +4,7 @@ const vkgen = @import("vulkan-zig");
pub fn build(b: *std.Build) void {
const target = b.standardTargetOptions(.{});
const optimize = b.standardOptimizeOption(.{
.preferred_optimize_mode = .ReleaseSafe,
// .preferred_optimize_mode = .ReleaseSafe,
});
const vk = b.dependency("vulkan-zig", .{