glutextensionsupported(3) centos man page | unix.com

Man Page: glutextensionsupported

Operating Environment: centos

Section: 3

UNTITLED
LOCAL UNTITLED
NAME
glutExtensionSupported -- Determine if an OpenGL extension is available.
LIBRARY
OpenGLUT - opengl
SYNOPSIS
#include <openglut.h> int glutExtensionSupported(const char *extension);
PARAMETERS
extension A string-name of an extension.
DESCRIPTION
Returns 0 if OpenGLUT cannot determine that the requested extension is definitely present. Only checks extensions from glGetString().
TODO
Wouldn'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 ALSO
glGetString(3) Epoch
Related Man Pages
glucheckextension(3g) - centos
glutcreatemenuwindow(3) - centos
glutcreatewindow(3) - centos
glutgamemodeget(3) - centos
glutswapbuffers(3) - centos
Similar Topics in the Unix Linux Community
How to increment version inside a file?
Tar Command
CentOS7 restoring file capabilities
Docker learning Phase-I
Shopt -s histappend