[][src]Type Definition sapp_linux::PFNGLTEXTUREVIEWPROC

type PFNGLTEXTUREVIEWPROC = Option<unsafe extern "C" fn(texture: GLuint, target: GLenum, origtexture: GLuint, internalformat: GLenum, minlevel: GLuint, numlevels: GLuint, minlayer: GLuint, numlayers: GLuint)>;