pub unsafe extern "C" fn PxHeightField_saveCells(
self_: *const PxHeightField,
destBuffer: *mut c_void,
destBufferSize: u32,
) -> u32Expand description
Writes out the sample data array.
The user provides destBufferSize bytes storage at destBuffer. The data is formatted and arranged as PxHeightFieldDesc.samples.
The number of bytes written.