[][src]Type Definition glu_sys::glu::PFNGLVIEWPORTINDEXEDFPROC

type PFNGLVIEWPORTINDEXEDFPROC = Option<unsafe extern "C" fn(index: GLuint, x: GLfloat, y: GLfloat, w: GLfloat, h: GLfloat)>;