Type Alias PFNGLPOINTALONGPATHNVPROC

Source
pub type PFNGLPOINTALONGPATHNVPROC = Option<unsafe extern "C" fn(path: GLuint, startSegment: GLsizei, numSegments: GLsizei, distance: GLfloat, x: *mut GLfloat, y: *mut GLfloat, tangentX: *mut GLfloat, tangentY: *mut GLfloat) -> GLboolean>;

Aliased Type§

pub enum PFNGLPOINTALONGPATHNVPROC {
    None,
    Some(unsafe extern "C" fn(u32, i32, i32, f32, *mut f32, *mut f32, *mut f32, *mut f32) -> u8),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(u32, i32, i32, f32, *mut f32, *mut f32, *mut f32, *mut f32) -> u8)

Some value of type T.