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