Przemyslaw Gasinski przmk
  • Joined on 2023-12-13
przmk pushed to dynamic_buffer at 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
przmk pushed to master at przmk/vulkan-zig 2024-06-28 22:35:36 +02:00
34ca91f6f7 Start implementing the graphics pipeline
przmk pushed to master at przmk/vulkan-zig 2024-06-26 22:53:43 +02:00
5bc8af66ef Create images & image views
przmk pushed to master at przmk/vulkan-zig 2024-06-26 21:58:55 +02:00
0cfb51a079 Refactor how the vk renderer fields are set
przmk pushed to master at przmk/vulkan-zig 2024-06-26 16:25:44 +02:00
b40005c7c7 Implement a basic swapchain
przmk pushed to master at przmk/vulkan-zig 2024-06-25 21:35:27 +02:00
e03d4c59ac Reorganise some stuff
przmk pushed to master at przmk/vulkan-zig 2024-06-25 12:56:09 +02:00
e0aa4bb09c Fix checking for device extensions