glxqueryserverstring - Man Page






glXQueryServerString(3G)    OpenGL Reference - GLX    glXQueryServerString(3G)



NAME
     glXQueryServerString - return string describing the server


C SPECIFICATION
     const char	* glXQueryServerString(	Display	*dpy,
					int screen,
					int name )


PARAMETERS
     dpy     Specifies the connection to the X server.


     screen  Specifies the screen number.


     name    Specifies which string is returned. One of	VENDOR,	VERSION, or
	     EXTENSIONS.




DESCRIPTION
     glXQueryServerString returns a pointer to a static, null-terminated
     string describing some aspect of the server's GLX extension. The possible
     values for	name and the format of the strings is the same as for
     glXGetClientString. If name is not	set to a recognized value then NULL is
     returned.



NOTES
     If	the GLX	version	is 1.1 or 1.0, then the	GL version must	be 1.0.




SEE ALSO
     glXQueryVersion, glXGetClientString, and glXQueryExtensionsString.















									Page 1