Commit graph

4 commits

Author SHA1 Message Date
da0be47b14
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
56ad167b0f Add logs of physical devices 2024-11-07 17:18:10 +01:00
06cc558baf Finish vk_instance
Add vk_physical_device
2024-11-07 14:05:09 +01:00
9223b89e4e
Add VkInstance 2024-11-06 22:13:46 +01:00