[][src]Type Definition sapp_linux::PFNGLTEXTURESTORAGE3DMULTISAMPLEPROC

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