Function rust_raylib::ffi::UpdateSound
source · pub unsafe extern "C" fn UpdateSound(
sound: Sound,
data: *const c_void,
sampleCount: c_int
)
Expand description
Update sound buffer with new data
pub unsafe extern "C" fn UpdateSound(
sound: Sound,
data: *const c_void,
sampleCount: c_int
)
Update sound buffer with new data