aboutsummaryrefslogtreecommitdiff
path: root/adapters/fparkan-render-vulkan/src/ffi.rs
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2026-07-18 13:56:19 +0300
committerValentin Popov <valentin@popov.link>2026-07-18 13:56:19 +0300
commitd98e033f4fbd8d99f30e19e5471107eb954bab9a (patch)
treeb62749548bc19017d5ddef18f9d2dfa5c9e94fdb /adapters/fparkan-render-vulkan/src/ffi.rs
parentbfb048698ecbec09e745f5733b8f5df45225d268 (diff)
downloadfparkan-d98e033f4fbd8d99f30e19e5471107eb954bab9a.tar.xz
fparkan-d98e033f4fbd8d99f30e19e5471107eb954bab9a.zip
feat(render): retain source world geometry
Diffstat (limited to 'adapters/fparkan-render-vulkan/src/ffi.rs')
-rw-r--r--adapters/fparkan-render-vulkan/src/ffi.rs7
1 files changed, 4 insertions, 3 deletions
diff --git a/adapters/fparkan-render-vulkan/src/ffi.rs b/adapters/fparkan-render-vulkan/src/ffi.rs
index 056afcc..4d2b63e 100644
--- a/adapters/fparkan-render-vulkan/src/ffi.rs
+++ b/adapters/fparkan-render-vulkan/src/ffi.rs
@@ -40,9 +40,10 @@ mod swapchain_resources;
mod validation;
pub use self::asset_mesh::{
- project_land_msh_to_static_mesh, project_land_msh_to_static_mesh_in_xy_frame,
- project_msh_to_static_mesh, project_msh_to_static_mesh_in_xy_frame, VulkanAssetMeshError,
- VulkanStaticXyFrame,
+ project_land_msh_to_static_mesh, project_land_msh_to_static_mesh_in_world_space,
+ project_land_msh_to_static_mesh_in_xy_frame, project_msh_to_static_mesh,
+ project_msh_to_static_mesh_in_world_space, project_msh_to_static_mesh_in_xy_frame,
+ VulkanAssetMeshError, VulkanStaticXyFrame,
};
pub use self::capabilities::{
probe_vulkan_runtime_capabilities, probe_vulkan_runtime_capabilities_for_request,