Function rust_raylib::ffi::SetSoundVolume
source · pub unsafe extern "C" fn SetSoundVolume(sound: Sound, volume: c_float)
Expand description
Set volume for a sound (1.0 is max level)
pub unsafe extern "C" fn SetSoundVolume(sound: Sound, volume: c_float)
Set volume for a sound (1.0 is max level)