Home
Docs
Install
GLX
glXQueryVersion
return the version numbers of the GLX extension
Signature
glXQueryVersion
(
Display * (
dpy
) ,
int * (
major
) ,
int * (
minor
)
)-> Bool
glXQueryVersion
(
dpy
,
maj
,
min
)
-> <class 'ctypes.c_uint'>
Parameters
Variables
Description
dpy
Specifies the connection to the X server.
major
Returns the major version number of the GLX server extension.
minor
Returns the minor version number of the GLX server extension.
Copyright Notices