[][src]Type Definition sapp_linux::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)>;