Module: GLX_VERSION_1_1

Defined in:
lib/opengl-definitions/core/GLX_VERSION_1_1.rb

Overview

Unlike other extensions, functions from this module are not pointers.

Defined Under Namespace

Modules: Constants

Constant Summary collapse

FUNCTIONS =
{
  #const char* glXGetClientString (Display *dpy, int name)
  glXGetClientString: [ :string, :pointer, :int ].freeze,

  #const char* glXQueryExtensionsString (Display *dpy, int screen)
  glXQueryExtensionsString: [ :string, :pointer, :int ].freeze,

  #const char* glXQueryServerString (Display *dpy, int screen, int name)
  glXQueryServerString: [ :string, :pointer, :int, :int ].freeze
}.freeze