Type Alias openxr_sys::pfn::GetBodySkeletonFB

source ·
pub type GetBodySkeletonFB = unsafe extern "system" fn(body_tracker: BodyTrackerFB, skeleton: *mut BodySkeletonFB) -> Result;
Expand description