stephenseo
  • Joined on 2021-04-30
stephenseo pushed to main at stephenseo/VulkanRust 2024-03-15 08:21:39 +00:00
c6ee60de02 Refactor: Define types used by Vertex
stephenseo pushed to main at stephenseo/VulkanRust 2024-03-15 08:05:15 +00:00
4c1da84490 Refactoring: Make some functions "const" in Vertex
stephenseo pushed to main at stephenseo/VulkanRust 2024-03-15 06:59:25 +00:00
17cb9ddbc4 Minor refactoring
stephenseo pushed to main at stephenseo/VulkanRust 2024-03-15 06:56:34 +00:00
7ddc39b42d Suppress "dead_code" warning in math3d.rs
612f7dc8da WIP "Vertex buffers: Vertex buffer creation"
07b384a6c7 WIP "Vertex buffers: Vertex input description"
Compare 3 commits »
stephenseo pushed tag 1.0 to stephenseo/VulkanRust 2024-03-15 04:48:36 +00:00
stephenseo pushed to main at stephenseo/VulkanRust 2024-03-14 04:20:02 +00:00
fa26784e01 Handle window minimization
stephenseo pushed to main at stephenseo/VulkanRust 2024-03-14 04:17:06 +00:00
f52c9029bc Handle resizing window
stephenseo pushed to main at stephenseo/VulkanRust 2024-03-14 03:27:56 +00:00
e82aa002c4 Minor refactoring
stephenseo closed issue stephenseo/VulkanRust#1 2024-03-14 03:25:39 +00:00
Maybe change the default "present mode" to "FIFO"
stephenseo pushed to main at stephenseo/VulkanRust 2024-03-14 03:25:39 +00:00
511a5589db Change default presentation mode to "FIFO"
stephenseo opened issue stephenseo/VulkanRust#1 2024-03-13 08:01:26 +00:00
Maybe change the default "present mode" to "FIFO"
stephenseo pushed to main at stephenseo/VulkanRust 2024-03-13 06:04:02 +00:00
29c8a08720 Minor refactorings
stephenseo pushed to main at stephenseo/VulkanRust 2024-03-13 05:55:03 +00:00
3b9a9bcd37 WIP "Drawing: Rendering and presentation"
f46710337a Minor refactoring
Compare 2 commits »
stephenseo pushed to main at stephenseo/VulkanRust 2024-03-13 04:57:00 +00:00
d9b1f1dbe8 WIP "Drawing: Command Buffers"
9651b338f3 WIP "Drawing: Framebuffers"
fa9c52ac10 WIP "Graphics pipeline basics: Conclusion"
Compare 3 commits »
stephenseo pushed to main at stephenseo/VulkanRust 2024-03-13 03:10:33 +00:00
0ea1243ddc WIP: "Graphics pipeline basics: Render passes"
stephenseo pushed to main at stephenseo/VulkanRust 2024-03-12 07:50:05 +00:00
1def795b77 Bugfix: Do not error on --release mode
stephenseo pushed to main at stephenseo/VulkanRust 2024-03-12 07:47:34 +00:00
6b3c83d913 Refactoring: Use more Result instead of panic
stephenseo pushed to main at stephenseo/VulkanRust 2024-03-12 06:43:50 +00:00
425a0ae501 WIP "Graphics pipeline basics: Fixed functions"
stephenseo pushed to main at stephenseo/VulkanRust 2024-03-12 05:25:19 +00:00
3aa79ef21a WIP: "Graphics pipeline basics: Shader modules"
stephenseo pushed to dev at stephenseo/blue_noise_generation 2024-03-08 05:00:06 +00:00
a0de033d34 WIP Vulkan compute: initialize VkDevice