al_sys

Type Alias LPALGETSOURCE3F

Source
pub type LPALGETSOURCE3F = Option<unsafe extern "C" fn(source: ALuint, param: ALenum, value1: *mut ALfloat, value2: *mut ALfloat, value3: *mut ALfloat)>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.