[][src]Type Definition sapp_linux::PFNGLTEXIMAGE3DPROC

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