GLX graphics driver enumeration
GLX graphics driver enumeration — Get information about the system's GLX graphics drivers
|
|
Object Hierarchy
GObject
╰── SrtBaseGraphicsModule
╰── SrtGlxIcd
Includes
#include <steam-runtime-tools/steam-runtime-tools.h>
Functions
srt_glx_icd_get_library_soname ()
const gchar *
srt_glx_icd_get_library_soname (SrtGlxIcd *self
);
Return the library SONAME for this GLX ICD, for example libGLX_mesa.so.0
.
srt_glx_icd_get_library_path ()
const gchar *
srt_glx_icd_get_library_path (SrtGlxIcd *self
);
Return the absolute path to the library that implements this GLX soname.
Returns
“library-path”.
[type filename][transfer none]
Property Details
The “library-soname”
property
“library-soname” char *
SONAME of the GLX ICD library.
Owner: SrtGlxIcd
Flags: Read / Write / Construct Only
Default value: NULL