No description
Find a file
2024-09-01 19:24:00 +02:00
assets Clean up model 2024-09-01 19:24:00 +02:00
libs Experiment with subpasses 2024-09-01 19:20:41 +02:00
src Experiment with subpasses 2024-09-01 19:20:41 +02:00
.gitignore Add vertex input 2024-07-14 19:53:53 +02:00
.gitmodules Add sdl as a git submodule 2024-07-26 16:44:07 +02:00
.ignore Add vk.xml to .ignore 2024-08-21 21:09:34 +02:00
build.zig Experiment with subpasses 2024-09-01 19:20:41 +02:00
build.zig.zon Experiment with subpasses 2024-09-01 19:20:41 +02:00
profile.json Fix loading textures 2024-08-06 15:54:44 +02:00
README.md Rework semaphores & fences 2024-07-09 23:39:25 +02:00
vk.xml Implement push constants 2024-07-26 00:11:39 +02:00

Vulkan renderer in Zig & SDL2

This is just a project to learn Vulkan using the Zig programming language.

Dependencies

TODO

Build

TODO