No description
Find a file
Florian RICHER d0c6f31a1a
Some checks failed
Build legacy Nix package on Ubuntu / build (push) Failing after 0s
Refactor Vulkan device and instance handling
Refactor Vulkan initialization to merge logical and physical device management into a unified `VkDevice` struct. Improved logging for Vulkan instance creation and surface management. Added methods to `VkPhysicalDevice` and `VkSurface` for more detailed querying of physical device capabilities.
2024-11-11 12:09:52 +01:00
.github/workflows first commit 2024-11-06 13:21:23 +01:00
.idea Add idea 2024-11-06 22:14:23 +01:00
src Refactor Vulkan device and instance handling 2024-11-11 12:09:52 +01:00
.envrc first commit 2024-11-06 13:21:23 +01:00
.gitignore first commit 2024-11-06 13:21:23 +01:00
Cargo.lock Add logical device struct and surface handling for Vulkan 2024-11-10 18:18:59 +01:00
Cargo.toml Add logical device struct and surface handling for Vulkan 2024-11-10 18:18:59 +01:00
default.nix first commit 2024-11-06 13:21:23 +01:00
flake.lock Add VkInstance 2024-11-06 22:13:46 +01:00
flake.nix Add VkInstance 2024-11-06 22:13:46 +01:00
rust-toolchain.toml first commit 2024-11-06 13:21:23 +01:00
shell.nix first commit 2024-11-06 13:21:23 +01:00