aboutsummaryrefslogtreecommitdiff
path: root/adapters/fparkan-render-vulkan/src/ffi.rs
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2026-07-18 07:46:16 +0300
committerValentin Popov <valentin@popov.link>2026-07-18 07:46:16 +0300
commitb1408b0907db19033771bd03cdf1b9184250e9d6 (patch)
tree4eb9658a0b37cbdcc5c77be371c9997d03cc2e07 /adapters/fparkan-render-vulkan/src/ffi.rs
parent4feada1bf4e2cb14f1be4f35bb789b8902e88926 (diff)
downloadfparkan-b1408b0907db19033771bd03cdf1b9184250e9d6.tar.xz
fparkan-b1408b0907db19033771bd03cdf1b9184250e9d6.zip
feat(vulkan): draw original terrain geometry
Diffstat (limited to 'adapters/fparkan-render-vulkan/src/ffi.rs')
-rw-r--r--adapters/fparkan-render-vulkan/src/ffi.rs4
1 files changed, 3 insertions, 1 deletions
diff --git a/adapters/fparkan-render-vulkan/src/ffi.rs b/adapters/fparkan-render-vulkan/src/ffi.rs
index 04103b4..610401a 100644
--- a/adapters/fparkan-render-vulkan/src/ffi.rs
+++ b/adapters/fparkan-render-vulkan/src/ffi.rs
@@ -39,7 +39,9 @@ mod swapchain;
mod swapchain_resources;
mod validation;
-pub use self::asset_mesh::{project_msh_to_static_mesh, VulkanAssetMeshError};
+pub use self::asset_mesh::{
+ project_land_msh_to_static_mesh, project_msh_to_static_mesh, VulkanAssetMeshError,
+};
pub use self::capabilities::{
probe_vulkan_runtime_capabilities, probe_vulkan_runtime_capabilities_for_request,
VulkanRuntimeCapabilityError, VulkanRuntimeCapabilityProbe,