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

type PFNGLTEXTURESTORAGEMEM3DMULTISAMPLEEXTPROC = Option<unsafe extern "C" fn(texture: GLuint, samples: GLsizei, internalFormat: GLenum, width: GLsizei, height: GLsizei, depth: GLsizei, fixedSampleLocations: GLboolean, memory: GLuint, offset: GLuint64)>;