glXIsDirect

indicate whether direct rendering is enabled

Signature

glXIsDirect( Display * ( dpy ) , GLXContext ( ctx ) )-> Bool
glXIsDirect( dpy , ctx ) -> <class 'ctypes.c_uint'>

Parameters

VariablesDescription
dpy
Specifies the connection to the X server.
ctx
Specifies the GLX context that is being queried.