get_glx_version
Description:
[ Version ( since = "3.16" ) ]
public static bool get_glx_version (Display display, out int major, out int minor)
public static bool get_glx_version (Display display, out int major, out int minor)
Retrieves the version of the GLX implementation.
Parameters:
display |
a Display |
major |
return location for the GLX major version |
minor |
return location for the GLX minor version |
Returns:
true if GLX is available |