rust_vulkan_test/src/vulkan
Florian RICHER da0be47b14
Some checks failed
Build legacy Nix package on Ubuntu / build (push) Failing after 0s
Add logical device struct and surface handling for Vulkan
Introduce the VkLogicalDevice struct and add surface creation logic in VkInstance. Also, import necessary extensions and refine Vulkan physical device and window handling. Included a dependency on 'anyhow' for error management.
2024-11-10 18:18:59 +01:00
..
utils Add logical device struct and surface handling for Vulkan 2024-11-10 18:18:59 +01:00
mod.rs Add logical device struct and surface handling for Vulkan 2024-11-10 18:18:59 +01:00
vk_instance.rs Add logical device struct and surface handling for Vulkan 2024-11-10 18:18:59 +01:00
vk_logical_device.rs Add logical device struct and surface handling for Vulkan 2024-11-10 18:18:59 +01:00
vk_physical_device.rs Add logical device struct and surface handling for Vulkan 2024-11-10 18:18:59 +01:00
vk_surface.rs Add logical device struct and surface handling for Vulkan 2024-11-10 18:18:59 +01:00