refactor(vulkan-ffi): extract capability probe module

This commit is contained in:
2026-06-25 11:45:37 +04:00
parent 3c32215665
commit b473b100c8
5 changed files with 418 additions and 404 deletions
@@ -3,7 +3,7 @@
use ash::{khr::swapchain, vk};
use super::{
runtime::{
capabilities::{
live_present_modes, live_surface_capabilities, live_surface_formats, unique_queue_families,
},
VulkanInstanceProbe, VulkanLogicalDeviceProbe, VulkanRuntimeCapabilityError,