1GLXISDIRECT()                                                    GLXISDIRECT()
2
3
4

NAME

6       glXIsDirect - indicate whether direct rendering is enabled
7
8

C SPECIFICATION

10       Bool glXIsDirect( Display *dpy,
11                         GLXContext ctx )
12
13       delim $$
14

PARAMETERS

16       dpy  Specifies the connection to the X server.
17
18       ctx  Specifies the GLX context that is being queried.
19

DESCRIPTION

21       glXIsDirect  returns  True  if ctx is a direct rendering context, False
22       otherwise.  Direct rendering contexts pass rendering commands  directly
23       from  the  calling  process's  address  space  to the rendering system,
24       bypassing the X server.  Nondirect rendering contexts pass all  renderā€
25       ing commands to the X server.
26

ERRORS

28       GLXBadContext is generated if ctx is not a valid GLX context.
29

SEE ALSO

31       glXCreateContext
32
33
34
35                                                                 GLXISDIRECT()
Impressum