Man Page: glutextensionsupported
Operating Environment: centos
Section: 3
UNTITLEDLOCAL UNTITLEDNAMEglutExtensionSupported -- Determine if an OpenGL extension is available.LIBRARYOpenGLUT - openglSYNOPSIS#include <openglut.h> int glutExtensionSupported(const char *extension);PARAMETERSextension A string-name of an extension.DESCRIPTIONReturns 0 if OpenGLUT cannot determine that the requested extension is definitely present. Only checks extensions from glGetString().TODOWouldn't this be simpler and clearer if we used strtok()? Consider an ogWarning() if there is no current rendering context. This is an ugly bit of code with 3 return statements, one of which is never reached.SEE ALSOglGetString(3) Epoch
| Related Man Pages |
|---|
| glutdeviceget(3) - centos |
| glutgamemodeget(3) - centos |
| glutsetcursor(3) - centos |
| glutstrokewidth(3) - centos |
| glutextensionsupported(3glut) - osx |
| Similar Topics in the Unix Linux Community |
|---|
| Is UNIX an open source OS ? |
| Set hard block limit for user using quota |
| Best performance UNIX just for HOST Virtualization? |
| Docker learning Phase-I |
| Shopt -s histappend |