Module: GLX_SGIX_fbconfig

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

Defined Under Namespace

Modules: Constants

Constant Summary collapse

Functions =
{
  def glXGetFBConfigAttribSGIX(dpy, config, attribute, value) end => [ :int, :pointer, :GLXFBConfigSGIX, :int, :pointer ].freeze,
  def glXChooseFBConfigSGIX(dpy, screen, attrib_list, nelements) end => [ :pointer, :pointer, :int, :pointer, :pointer ].freeze,
  def glXCreateGLXPixmapWithConfigSGIX(dpy, config, pixmap) end => [ :GLXPixmap, :pointer, :GLXFBConfigSGIX, :Pixmap ].freeze,
  def glXCreateContextWithConfigSGIX(dpy, config, render_type, share_list, direct) end => [ :GLXContext, :pointer, :GLXFBConfigSGIX, :int, :GLXContext, :Bool ].freeze,
  def glXGetVisualFromFBConfigSGIX(dpy, config) end => [ :pointer, :pointer, :GLXFBConfigSGIX ].freeze,
  def glXGetFBConfigFromVisualSGIX(dpy, vis) end => [ :GLXFBConfigSGIX, :pointer, :pointer ].freeze,
}.freeze