1GLXQUERYEXTENSION()                                        GLXQUERYEXTENSION()
2
3
4

NAME

6       glXQueryExtension - indicate whether the GLX extension is supported
7
8

C SPECIFICATION

10       Bool glXQueryExtension( Display *dpy,
11                               int *errorBase,
12                               int *eventBase )
13
14       delim $$
15

PARAMETERS

17       dpy        Specifies the connection to the X server.
18
19       errorBase  Returns the base error code of the GLX server extension.
20
21       eventBase  Returns the base event code of the GLX server extension.
22

DESCRIPTION

24       glXQueryExtension  returns  True if the X server of connection dpy sup‐
25       ports the GLX extension, False otherwise.  If True  is  returned,  then
26       errorBase and eventBase return the error base and event base of the GLX
27       extension.  Otherwise, errorBase and eventBase are unchanged.
28
29       errorBase and eventBase do not return values if they are  specified  as
30       NULL.
31

NOTES

33       eventBase  is  included  for future extensions.  GLX does not currently
34       define any events.
35

SEE ALSO

37       glXQueryVersion
38
39
40
41
42                                                           GLXQUERYEXTENSION()
Impressum