diff options
| author | Valentin Popov <valentin@popov.link> | 2026-07-18 14:35:00 +0300 |
|---|---|---|
| committer | Valentin Popov <valentin@popov.link> | 2026-07-18 14:35:00 +0300 |
| commit | 2a793f1854231be6da930a3692dce691a6426211 (patch) | |
| tree | fb0cefbdf2d8e2e3dbb883f8fd696b4d25c86a80 /adapters/fparkan-render-vulkan/src/ffi.rs | |
| parent | 468ecc4e325178c116f0de25f47736eaec2a1e15 (diff) | |
| download | fparkan-2a793f1854231be6da930a3692dce691a6426211.tar.xz fparkan-2a793f1854231be6da930a3692dce691a6426211.zip | |
feat(render): apply recovered TMA orientation
Diffstat (limited to 'adapters/fparkan-render-vulkan/src/ffi.rs')
| -rw-r--r-- | adapters/fparkan-render-vulkan/src/ffi.rs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/adapters/fparkan-render-vulkan/src/ffi.rs b/adapters/fparkan-render-vulkan/src/ffi.rs index 4d2b63e..4c4bfe6 100644 --- a/adapters/fparkan-render-vulkan/src/ffi.rs +++ b/adapters/fparkan-render-vulkan/src/ffi.rs @@ -42,8 +42,9 @@ mod validation; pub use self::asset_mesh::{ 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, + project_msh_to_static_mesh_in_world_space, + project_msh_to_static_mesh_in_world_space_with_transform, + project_msh_to_static_mesh_in_xy_frame, VulkanAssetMeshError, VulkanStaticXyFrame, }; pub use self::capabilities::{ probe_vulkan_runtime_capabilities, probe_vulkan_runtime_capabilities_for_request, |
