Module: GLX_MESA_query_renderer::Functions

Defined in:
lib/opengl-definitions/extensions/GLX_MESA_query_renderer.rb

Constant Summary collapse

Parameters =
{
  glXQueryCurrentRendererIntegerMESA: [ :Bool, :int, :pointer ].freeze,
  glXQueryCurrentRendererStringMESA:  [ :pointer, :int ].freeze,
  glXQueryRendererIntegerMESA:        [ :Bool, :pointer, :int, :int, :int, :pointer ].freeze,
  glXQueryRendererStringMESA:         [ :pointer, :pointer, :int, :int, :int ].freeze,
}.freeze

Instance Method Summary collapse

Instance Method Details

#glXQueryCurrentRendererIntegerMESA(attribute, value) ⇒ Object



18
# File 'lib/opengl-definitions/extensions/GLX_MESA_query_renderer.rb', line 18

def glXQueryCurrentRendererIntegerMESA(attribute, value) end

#glXQueryCurrentRendererStringMESA(attribute) ⇒ Object



19
# File 'lib/opengl-definitions/extensions/GLX_MESA_query_renderer.rb', line 19

def glXQueryCurrentRendererStringMESA(attribute) end

#glXQueryRendererIntegerMESA(dpy, screen, renderer, attribute, value) ⇒ Object



20
# File 'lib/opengl-definitions/extensions/GLX_MESA_query_renderer.rb', line 20

def glXQueryRendererIntegerMESA(dpy, screen, renderer, attribute, value) end

#glXQueryRendererStringMESA(dpy, screen, renderer, attribute) ⇒ Object



21
# File 'lib/opengl-definitions/extensions/GLX_MESA_query_renderer.rb', line 21

def glXQueryRendererStringMESA(dpy, screen, renderer, attribute) end