refactor(vulkan-shaders): extract manifest validation module

This commit is contained in:
2026-06-25 11:45:35 +04:00
parent d0552922d9
commit ce3e5ad813
3 changed files with 392 additions and 368 deletions
@@ -4,7 +4,9 @@
mod ffi;
mod planning_backend;
mod policy;
mod shader_manifest;
pub use ffi::*;
pub use planning_backend::*;
pub use policy::*;
pub use shader_manifest::*;