Query: glutgetprocaddress
OS: centos
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
UNTITLEDLOCAL UNTITLEDNAMEglutGetProcAddress -- Determine if an OpenGLUT feature or extension is available.LIBRARYOpenGLUT - openglutSYNOPSIS#include <openglut.h> void glutGetProcAddress(const char *procName);PARAMETERSprocName 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 returned. If the function is not found, NULL is returned. In addition to an internal OpenGLUT table, this function will also consult glX (on X systems) or wgl (on WIN32 and WINCE), if the OpenGLUT tables do not have the requested function. It should return any OpenGL, glX, or wgl function if those functions are available.CAVEATSThe code makes no effort towards efficiency. It is advised that you cache the pointer retrieved from this function if you need a certain function repeatedly.SEE ALSOglXGetProcAddress(3) wglGetProcAddress(3) Epoch
Related Man Pages |
---|
glutcreatemenuwindow(3) - centos |
glutinitdisplaymode(3) - centos |
glutpopwindow(3) - centos |
glutsetcursor(3) - centos |
glutstrokestring(3) - centos |
Similar Topics in the Unix Linux Community |
---|
Weird 'find' results |
DB2 convert digits to binary format |
Tar Command |
CentOS7 restoring file capabilities |
Controlling user input |