glutGetProcAddress (3) Linux Manual Page
glutGetProcAddress – Determine if an OpenGLUT feature or extension is available. LibraryOpenGLUT – openglut SynopsisIn openglut.h Ft void Fn glutGetProcAddress const char *procName ParametersBf Em procName Ef Procedure name. DescriptionGiven a function name, searches for the function (or "procedure", hence "Proc") in internal tables. If the function is found, a pointer to the function is…
