feat(render): draw original MSH through Vulkan
Docs Deploy / Build and Deploy MkDocs (push) Successful in 34s
Test / Lint (push) Failing after 1m58s
Test / Test (push) Skipped
Test / Render parity (push) Skipped

This commit is contained in:
2026-07-18 07:21:29 +04:00
parent 97b1199b9e
commit 283b48e8c5
9 changed files with 338 additions and 11 deletions
@@ -26,6 +26,8 @@
//!
//! This crate is the declared low-level Vulkan boundary.
#[path = "asset_mesh.rs"]
mod asset_mesh;
mod capabilities;
mod instance;
mod resources;
@@ -37,6 +39,7 @@ mod swapchain;
mod swapchain_resources;
mod validation;
pub use self::asset_mesh::{project_msh_to_static_mesh, VulkanAssetMeshError};
pub use self::capabilities::{
probe_vulkan_runtime_capabilities, probe_vulkan_runtime_capabilities_for_request,
VulkanRuntimeCapabilityError, VulkanRuntimeCapabilityProbe,