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),
}