refactor(vulkan-backend): extract planning facade module

This commit is contained in:
2026-06-25 11:45:35 +04:00
parent 0d139b1aae
commit 0de5118575
3 changed files with 171 additions and 153 deletions
@@ -2,5 +2,7 @@
//! Vulkan adapter public surface.
mod ffi;
mod planning_backend;
pub use ffi::*;
pub use planning_backend::*;