al_sys

Type Alias LPALGETAUXILIARYEFFECTSLOTF

Source
pub type LPALGETAUXILIARYEFFECTSLOTF = Option<unsafe extern "C" fn(arg1: ALuint, arg2: ALenum, arg3: *mut ALfloat)>;

Aliased Type§

enum LPALGETAUXILIARYEFFECTSLOTF {
    None,
    Some(unsafe extern "C" fn(_: u32, _: i32, _: *mut f32)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: u32, _: i32, _: *mut f32))

Some value of type T.