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

type PFNGLTEXTURESTORAGE3DPROC = Option<unsafe extern "C" fn(texture: GLuint, levels: GLsizei, internalformat: GLenum, width: GLsizei, height: GLsizei, depth: GLsizei)>;