Function physx_sys::phys_PxMemZero

source ·
pub unsafe extern "C" fn phys_PxMemZero(
    dest: *mut c_void,
    count: u32
) -> *mut c_void
Expand description

Sets the bytes of the provided buffer to zero.

Pointer to memory block (same as input)