[][src]Type Definition sapp_linux::PFNGLTEXTUREIMAGE3DEXTPROC

type PFNGLTEXTUREIMAGE3DEXTPROC = Option<unsafe extern "C" fn(texture: GLuint, target: GLenum, level: GLint, internalformat: GLint, width: GLsizei, height: GLsizei, depth: GLsizei, border: GLint, format: GLenum, type_: GLenum, pixels: *const c_void)>;