[][src]Type Definition makepad_glx_sys::PFNGLGETPROGRAMRESOURCEFVNVPROC

type PFNGLGETPROGRAMRESOURCEFVNVPROC = Option<unsafe extern "C" fn(program: GLuint, programInterface: GLenum, index: GLuint, propCount: GLsizei, props: *const GLenum, bufSize: GLsizei, length: *mut GLsizei, params: *mut GLfloat)>;