[][src]Type Definition sapp_linux::PFNGLTEXTURESTORAGEMEM2DMULTISAMPLEEXTPROC

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