Type Alias citro3d_sys::C3D_LightLutFunc
source · pub type C3D_LightLutFunc = Option<unsafe extern "C" fn(x: f32, param: f32) -> f32>;
Aliased Type§
enum C3D_LightLutFunc {
None,
Some(unsafe extern "C" fn(_: f32, _: f32) -> f32),
}