[][src]Type Definition sapp_linux::PFNGLTEXTURESTORAGE3DPROC

type PFNGLTEXTURESTORAGE3DPROC = Option<unsafe extern "C" fn(texture: GLuint, levels: GLsizei, internalformat: GLenum, width: GLsizei, height: GLsizei, depth: GLsizei)>;