aboutsummaryrefslogtreecommitdiff
path: root/adapters/fparkan-render-vulkan/src/ffi.rs
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2026-07-18 15:14:58 +0300
committerValentin Popov <valentin@popov.link>2026-07-18 15:14:58 +0300
commit858dcd0d1de47cce5f04f959f239cff6aaa033f4 (patch)
treeebcc52ec3adf6803b82715ce9c412695ca3b6971 /adapters/fparkan-render-vulkan/src/ffi.rs
parentcfa6d2703233334582d8f115c5fd5a69a57c940c (diff)
downloadfparkan-858dcd0d1de47cce5f04f959f239cff6aaa033f4.tar.xz
fparkan-858dcd0d1de47cce5f04f959f239cff6aaa033f4.zip
feat(render): apply static node fallback poses
Diffstat (limited to 'adapters/fparkan-render-vulkan/src/ffi.rs')
-rw-r--r--adapters/fparkan-render-vulkan/src/ffi.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/adapters/fparkan-render-vulkan/src/ffi.rs b/adapters/fparkan-render-vulkan/src/ffi.rs
index ab170ea..f5428e8 100644
--- a/adapters/fparkan-render-vulkan/src/ffi.rs
+++ b/adapters/fparkan-render-vulkan/src/ffi.rs
@@ -43,6 +43,7 @@ pub use self::asset_mesh::{
project_land_msh_to_static_mesh, project_land_msh_to_static_mesh_in_legacy_world_space,
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_world_space_with_node_fallback_poses,
project_msh_to_static_mesh_in_world_space_with_transform,
project_msh_to_static_mesh_in_xy_frame, VulkanAssetMeshError, VulkanStaticXyFrame,
};