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

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