1GLXISDIRECT(3G)                  OpenGL Manual                 GLXISDIRECT(3G)
2
3
4

NAME

6       glXIsDirect - indicate whether direct rendering is enabled
7

C SPECIFICATION

9       Bool glXIsDirect(Display * dpy, GLXContext ctx);
10

PARAMETERS

12       dpy
13           Specifies the connection to the X server.
14
15       ctx
16           Specifies the GLX context that is being queried.
17

DESCRIPTION

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

ERRORS

26       GLXBadContext is generated if ctx is not a valid GLX context.
27

SEE ALSO

29       glXCreateContext(), glXCreateNewContext()
30
32       Copyright © 1991-2006 Silicon Graphics, Inc. This document is licensed
33       under the SGI Free Software B License. For details, see
34       http://oss.sgi.com/projects/FreeB/.
35

AUTHORS

37       opengl.org
38
39
40
41opengl.org                        06/10/2014                   GLXISDIRECT(3G)
Impressum