Glx.QueryRendererIntegerMESA

Commands for GLX_MESA_query_renderer

  1. Bool QueryCurrentRendererIntegerMESA(int attribute, uint* value)
  2. const(char)* QueryCurrentRendererStringMESA(int attribute)
  3. Bool QueryRendererIntegerMESA(Display* dpy, int screen, int renderer, int attribute, uint* value)
    class Glx
    const
    Bool
    QueryRendererIntegerMESA
    (
    Display* dpy
    ,
    int screen
    ,,,
    uint* value
    )
  4. const(char)* QueryRendererStringMESA(Display* dpy, int screen, int renderer, int attribute)

Meta