Query: glxqueryextensionsstring
OS: centos
Section: 3g
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
GLXQUERYEXTENSIONSST(3G) OpenGL Manual GLXQUERYEXTENSIONSST(3G)NAMEglXQueryExtensionsString - return list of supported extensionsC SPECIFICATIONconst char * glXQueryExtensionsString(Display * dpy, int screen);PARAMETERSdpy Specifies the connection to the X server. screen Specifies the screen number.DESCRIPTIONglXQueryExtensionsString returns a pointer to a string describing which GLX extensions are supported on the connection. The string is null-terminated and contains a space-separated list of extension names. (The extension names themselves never contain spaces.) If there are no extensions to GLX, then the empty string is returned.NOTESglXQueryExtensionsString is available only if the GLX version is 1.1 or greater. glXQueryExtensionsString only returns information about GLX extensions. Call glGetString() to get a list of GL extensions.SEE ALSOglGetString(), glXQueryVersion(), glXQueryServerString(), glXGetClientString()COPYRIGHTCopyright (C) 1991-2006 Silicon Graphics, Inc. This document is licensed under the SGI Free Software B License. For details, see http://oss.sgi.com/projects/FreeB/.AUTHORSopengl.org opengl.org 06/10/2014 GLXQUERYEXTENSIONSST(3G)
Related Man Pages |
---|
glxfreecontextext(3g) - centos |
glximportcontextext(3g) - centos |
glxqueryversion(3g) - centos |
glxgetclientstring(3) - xfree86 |
glxgetclientstring(3x) - redhat |
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 |