Skip to main content

spVertexEffectBegin

Type Alias spVertexEffectBegin 

Source
pub type spVertexEffectBegin = Option<unsafe extern "C" fn(self_: *mut spVertexEffect, skeleton: *mut spSkeleton)>;

Aliased Type§

pub enum spVertexEffectBegin {
    None,
    Some(unsafe extern "C" fn(*mut spVertexEffect, *mut spSkeleton)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.