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

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