pub type PFNGLTEXSTORAGE2DMULTISAMPLEPROC = Option<unsafe extern "C" fn(target: GLenum, samples: GLsizei, internalformat: GLenum, width: GLsizei, height: GLsizei, fixedsamplelocations: GLboolean)>;Aliased Type§
pub enum PFNGLTEXSTORAGE2DMULTISAMPLEPROC {
None,
Some(unsafe extern "C" fn(u32, i32, u32, i32, i32, u8)),
}