Type Alias C3D_LightLutFunc

Source
pub type C3D_LightLutFunc = Option<unsafe extern "C" fn(x: f32, param: f32) -> f32>;

Aliased Type§

pub enum C3D_LightLutFunc {
    None,
    Some(unsafe extern "C" fn(f32, f32) -> f32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(f32, f32) -> f32)

Some value of type T.