词条 | glXIsDirect |
释义 | glXIsDirect NAME glXIsDirect - indicate whether direct rendering is enabled C SPECIFICATION Bool glXIsDirect( Display *dpy, GLXContext ctx ) PARAMETERS dpy ? Specifies the connection to the X server. ctx ? Specifies the GLX context that is being queried. DESCRIPTION glXIsDirect returns True if ctx is a direct rendering context, False otherwise. Direct rendering contexts pass rendering commands directly from the calling process's address space to the rendering system, bypassing the X server. Nondirect rendering contexts pass all rendering commands to the X server. ERRORS GLX_Bad_Context is generated if ctx is not a valid GLX context. |
随便看 |
百科全书收录4421916条中文百科知识,基本涵盖了大多数领域的百科知识,是一部内容开放、自由的电子版百科全书。