Skip to main content

spVertexEffectTransform

Type Alias spVertexEffectTransform 

Source
pub type spVertexEffectTransform = Option<unsafe extern "C" fn(self_: *mut spVertexEffect, x: *mut f32, y: *mut f32, u: *mut f32, v: *mut f32, light: *mut spColor, dark: *mut spColor)>;

Aliased Type§

pub enum spVertexEffectTransform {
    None,
    Some(unsafe extern "C" fn(*mut spVertexEffect, *mut f32, *mut f32, *mut f32, *mut f32, *mut spColor, *mut spColor)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut spVertexEffect, *mut f32, *mut f32, *mut f32, *mut f32, *mut spColor, *mut spColor))

Some value of type T.