diff options
| author | Valentin Popov <valentin@popov.link> | 2026-07-18 17:19:55 +0300 |
|---|---|---|
| committer | Valentin Popov <valentin@popov.link> | 2026-07-18 17:19:55 +0300 |
| commit | 4d024223bb00586b05e8fb5fd1d2469ce7bbb91d (patch) | |
| tree | 1f0c5fc5be712cb9396cc1183cfd3b1453d1444e /adapters/fparkan-render-vulkan/src/ffi.rs | |
| parent | cc7a1a0faac50baa1823661e9c97d3375b4a2c13 (diff) | |
| download | fparkan-4d024223bb00586b05e8fb5fd1d2469ce7bbb91d.tar.xz fparkan-4d024223bb00586b05e8fb5fd1d2469ce7bbb91d.zip | |
feat(render): apply placement in xy preview
Diffstat (limited to 'adapters/fparkan-render-vulkan/src/ffi.rs')
| -rw-r--r-- | adapters/fparkan-render-vulkan/src/ffi.rs | 4 |
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 f5428e8..86d8b45 100644 --- a/adapters/fparkan-render-vulkan/src/ffi.rs +++ b/adapters/fparkan-render-vulkan/src/ffi.rs @@ -45,7 +45,9 @@ pub use self::asset_mesh::{ 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, + project_msh_to_static_mesh_in_xy_frame, + project_msh_to_static_mesh_in_xy_frame_with_node_fallback_poses, VulkanAssetMeshError, + VulkanStaticXyFrame, }; pub use self::capabilities::{ probe_vulkan_runtime_capabilities, probe_vulkan_runtime_capabilities_for_request, |
