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

type PFNGLTEXTURESTORAGE2DMULTISAMPLEEXTPROC = Option<unsafe extern "C" fn(texture: GLuint, target: GLenum, samples: GLsizei, internalformat: GLenum, width: GLsizei, height: GLsizei, fixedsamplelocations: GLboolean)>;