[][src]Type Definition sapp_linux::PFNGLTEXTURESTORAGE3DMULTISAMPLEEXTPROC

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