stephenseo
  • Joined on 2021-04-30
stephenseo pushed to main at stephenseo/VulkanRust 2024-03-20 10:14:24 +00:00
88a4d3df13 Refactor helper::cleanup_func! macro
stephenseo pushed to dev at stephenseo/blue_noise_generation 2024-03-20 07:21:52 +00:00
d5d722022c CMakeLists.txt: Debug flag "-Og" instead of "-O0"
stephenseo pushed to dev at stephenseo/blue_noise_generation 2024-03-20 07:14:41 +00:00
3b0a5ab7dd WIP Vulkan compute: Fix buffer data
stephenseo pushed to dev at stephenseo/blue_noise_generation 2024-03-20 07:03:31 +00:00
5cee471f1f WIP Vulkan compute: create buffers
7cca2bfbff WIP vulkan compute: create command pool
a7dc666082 Refactor: code where neither Vulkan/OpenCL is used
Compare 3 commits »
stephenseo pushed to dev at stephenseo/blue_noise_generation 2024-03-20 02:56:00 +00:00
bc02b924e2 WIP vulkan compute: create compute pipeline, fixes
stephenseo pushed to dev at stephenseo/blue_noise_generation 2024-03-20 02:13:38 +00:00
8c1190d923 Refactor glslc usage
stephenseo pushed to dev at stephenseo/blue_noise_generation 2024-03-19 07:24:54 +00:00
bd5cfaebd3 Fix minor typo
stephenseo pushed to dev at stephenseo/blue_noise_generation 2024-03-19 07:15:10 +00:00
6cefcc5f94 Compile glsl with glslc, fixes
stephenseo pushed to dev at stephenseo/blue_noise_generation 2024-03-19 05:59:52 +00:00
b73c6fb94b WIP Vulkan compute: compute descriptors, glsl
stephenseo pushed to main at stephenseo/MyNeoVimConfig 2024-03-19 04:44:19 +00:00
6db0946330 Update submodules
stephenseo pushed to main at stephenseo/VulkanRust 2024-03-19 04:38:36 +00:00
77f4a980b9 Rename project to "vulkan_rust"
stephenseo renamed repository from VulkanTriRust to stephenseo/VulkanRust 2024-03-19 04:35:48 +00:00
stephenseo pushed to main at stephenseo/VulkanRust 2024-03-19 04:32:59 +00:00
feaf876284 Version bump to 1.1.0
5d431081cf "Vertex Buffers: Index buffer"
Compare 2 commits »
stephenseo pushed tag 1.1 to stephenseo/VulkanRust 2024-03-19 04:32:59 +00:00
stephenseo pushed to main at stephenseo/VulkanRust 2024-03-18 07:39:27 +00:00
05cf805c03 Suppress some clippy warnings for ffi module
6e2e67f086 Refactor macro
Compare 2 commits »
stephenseo pushed to main at stephenseo/VulkanRust 2024-03-18 07:22:44 +00:00
6d3a07975d Minor refactoring of macro
stephenseo pushed to main at stephenseo/VulkanRust 2024-03-18 07:18:20 +00:00
60fc98f73b Refactor helper macro
stephenseo pushed to main at stephenseo/VulkanRust 2024-03-18 06:07:00 +00:00
4f1638904c Use a macro to create cleanup struct helper
stephenseo pushed to main at stephenseo/VulkanRust 2024-03-18 03:30:54 +00:00
f7f428aa28 "Vertex buffers: Staging buffer"
3e12361e85 "Staging buffer: Abstracting buffer creation"
Compare 2 commits »
stephenseo pushed to main at stephenseo/VulkanRust 2024-03-17 09:55:48 +00:00
9b5a011afc Suppress clippy warning about wordy fn return type
25b80b0d6d Refactor: Fix minor clippy warning
bf1fc24011 Refactor: Split init code into function
Compare 3 commits »