Przemyslaw Gasinski przmk
  • Joined on 2023-12-13
przmk pushed to master at przmk/vulkan-zig 2024-07-27 13:46:53 +02:00
de68ccac0d Add simple FPS cap
przmk pushed to master at przmk/vulkan-zig 2024-07-26 23:55:51 +02:00
4bd2bff03e Add depth buffer
przmk pushed to master at przmk/vulkan-zig 2024-07-26 16:44:10 +02:00
cbf0980b67 Add sdl as a git submodule
przmk pushed to master at przmk/vulkan-zig 2024-07-26 16:41:45 +02:00
8a7970b12e Clean libs folder
przmk pushed to master at przmk/vulkan-zig 2024-07-26 00:11:45 +02:00
849f6b2dae Implement push constants
32a3accb85 Use local sdl dependency
Compare 2 commits »
przmk pushed to dynamic_buffer at przmk/vulkan-zig 2024-07-25 00:04:56 +02:00
przmk created branch dynamic_buffer in przmk/vulkan-zig 2024-07-25 00:04:56 +02:00
przmk pushed to master at przmk/vulkan-zig 2024-07-24 10:39:24 +02:00
6f4f600fda Add dynamic uniform buffers
przmk pushed to master at przmk/vulkan-zig 2024-07-22 00:27:28 +02:00
b1bbd65aaa Add uniform buffers
przmk pushed to master at przmk/vulkan-zig 2024-07-19 23:38:47 +02:00
8c60f79f7d Merge branch 'master' of ssh://git.ody.si:2025/przmk/vulkan-zig
99cfb4cfb1 Do not hardcode counts for structs
Compare 2 commits »
przmk pushed to master at przmk/vulkan-zig 2024-07-18 22:53:12 +02:00
4a3b81487b Update dependencies
przmk pushed to master at przmk/vulkan-zig 2024-07-18 13:14:07 +02:00
aa8a3c1f34 Add index buffers
przmk pushed to master at przmk/vulkan-zig 2024-07-14 22:13:16 +02:00
c391c53eea Update dependencies
przmk pushed to master at przmk/vulkan-zig 2024-07-14 20:36:11 +02:00
f2535de9a9 Add colours to the mesh
przmk pushed to master at przmk/vulkan-zig 2024-07-14 19:53:57 +02:00
2ec8a315c6 Add vertex input
przmk pushed to master at przmk/vulkan-zig 2024-07-09 23:39:29 +02:00
c4193db891 Rework semaphores & fences
przmk pushed to master at przmk/vulkan-zig 2024-07-04 15:07:53 +02:00
059fa90096 Add a frame fence
przmk pushed to master at przmk/vulkan-zig 2024-07-04 14:41:17 +02:00
656406f121 Implement drawing
przmk pushed to master at przmk/vulkan-zig 2024-07-03 23:33:24 +02:00
6a85e4ce51 Create command buffers
przmk pushed to master at przmk/vulkan-zig 2024-06-30 23:43:21 +02:00
f008f67921 Create the graphics pipeline