Module: GLX_SGIX_fbconfig

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

Defined Under Namespace

Modules: Constants

Constant Summary collapse

FUNCTIONS =
{
  glXGetFBConfigAttribSGIX:         [ :int, :pointer, :GLXFBConfigSGIX, :int, :pointer ].freeze,
  glXChooseFBConfigSGIX:            [ :pointer, :pointer, :int, :pointer, :pointer ].freeze,
  glXCreateGLXPixmapWithConfigSGIX: [ :GLXPixmap, :pointer, :GLXFBConfigSGIX, :Pixmap ].freeze,
  glXCreateContextWithConfigSGIX:   [ :GLXContext, :pointer, :GLXFBConfigSGIX, :int, :GLXContext, :Bool ].freeze,
  glXGetVisualFromFBConfigSGIX:     [ :pointer, :pointer, :GLXFBConfigSGIX ].freeze,
  glXGetFBConfigFromVisualSGIX:     [ :GLXFBConfigSGIX, :pointer, :pointer ].freeze,
}.freeze