[][src]Type Definition glu_sys::glu::PFNGLTEXTURESTORAGESPARSEAMDPROC

type PFNGLTEXTURESTORAGESPARSEAMDPROC = Option<unsafe extern "C" fn(texture: GLuint, target: GLenum, internalFormat: GLenum, width: GLsizei, height: GLsizei, depth: GLsizei, layers: GLsizei, flags: GLbitfield)>;