aboutsummaryrefslogtreecommitdiff
path: root/adapters/fparkan-render-vulkan/src/ffi.rs
diff options
context:
space:
mode:
Diffstat (limited to 'adapters/fparkan-render-vulkan/src/ffi.rs')
-rw-r--r--adapters/fparkan-render-vulkan/src/ffi.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/adapters/fparkan-render-vulkan/src/ffi.rs b/adapters/fparkan-render-vulkan/src/ffi.rs
index 0b6f1f2..9433759 100644
--- a/adapters/fparkan-render-vulkan/src/ffi.rs
+++ b/adapters/fparkan-render-vulkan/src/ffi.rs
@@ -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,