Files
zig-experiments/build.zig.zon
David Allemang ccee3733b0 nu simplified; working swapchain, queue, and validators.
it compiles, but initialization is not done

create debug messenger

Use proxies

wip swapchain

wip swapchain - stub usage

get device queue

wip swapchain - scaffolded with segfault

wip swapchain - fix segfault

wip swapchain - working, but resize broken. semaphore issue with naive handling

satisfy validation
2024-11-24 21:44:21 -05:00

19 lines
432 B
Zig

.{
.name = "scratchzig",
.version = "0.0.0",
.dependencies = .{
.@"vulkan-zig" = .{
.url = "https://github.com/Snektron/vulkan-zig/archive/f2c2e0ff80374563357cc4fe72bf7d8a2c956824.tar.gz",
.hash = "1220cf0972c6fe05437c1a8689b955084385eb7ca1f8c14010d49ca5a89570a5d90d",
},
.cimgui = .{
.path = "cimgui",
},
},
.paths = .{
"",
},
}