[][src]Type Definition makepad_glx_sys::PFNGLTEXTURESTORAGE3DMULTISAMPLEEXTPROC

type PFNGLTEXTURESTORAGE3DMULTISAMPLEEXTPROC = Option<unsafe extern "C" fn(texture: GLuint, target: GLenum, samples: GLsizei, internalformat: GLenum, width: GLsizei, height: GLsizei, depth: GLsizei, fixedsamplelocations: GLboolean)>;