pub unsafe extern "C" fn PxScene_applyArticulationData_mut(
    self_: *mut PxScene,
    data: *mut c_void,
    index: *mut c_void,
    dataType: PxArticulationGpuDataType,
    nbUpdatedArticulations: u32,
    waitEvent: *mut c_void,
    signalEvent: *mut c_void
)
Expand description

Apply GPU articulation data from a user-provided device buffer to the internal GPU buffer.