[][src]Function physx_sys::PxPhysics_createConstraint_mut

pub unsafe extern "C" fn PxPhysics_createConstraint_mut(
    self_: *mut PxPhysics,
    actor0: *mut PxRigidActor,
    actor1: *mut PxRigidActor,
    connector: *mut PxConstraintConnector,
    shaders: *const PxConstraintShaderTable,
    dataSize: u32
) -> *mut PxConstraint