[][src]Type Definition makepad_glx_sys::PFNGLBINDBUFFERSRANGEPROC

type PFNGLBINDBUFFERSRANGEPROC = Option<unsafe extern "C" fn(target: GLenum, first: GLuint, count: GLsizei, buffers: *const GLuint, offsets: *const GLintptr, sizes: *const GLsizeiptr)>;