No description
Find a file
2024-07-26 16:44:07 +02:00
libs Add sdl as a git submodule 2024-07-26 16:44:07 +02:00
src Implement push constants 2024-07-26 00:11:39 +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 vertex input 2024-07-14 19:53:53 +02:00
build.zig Use local sdl dependency 2024-07-25 23:38:44 +02:00
build.zig.zon Use local sdl dependency 2024-07-25 23:38: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