Module: GLX_SGIX_hyperpipe

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

Defined Under Namespace

Modules: Constants

Constant Summary collapse

Functions =
{
  def glXQueryHyperpipeNetworkSGIX(dpy, npipes) end => [ :pointer, :pointer, :pointer ].freeze,
  def glXHyperpipeConfigSGIX(dpy, networkId, npipes, cfg, hpId) end => [ :int, :pointer, :int, :int, :pointer, :pointer ].freeze,
  def glXQueryHyperpipeConfigSGIX(dpy, hpId, npipes) end => [ :pointer, :pointer, :int, :pointer ].freeze,
  def glXDestroyHyperpipeConfigSGIX(dpy, hpId) end => [ :int, :pointer, :int ].freeze,
  def glXBindHyperpipeSGIX(dpy, hpId) end => [ :int, :pointer, :int ].freeze,
  def glXQueryHyperpipeBestAttribSGIX(dpy, timeSlice, attrib, size, attribList, returnAttribList) end => [ :int, :pointer, :int, :int, :int, :pointer, :pointer ].freeze,
  def glXHyperpipeAttribSGIX(dpy, timeSlice, attrib, size, attribList) end => [ :int, :pointer, :int, :int, :int, :pointer ].freeze,
  def glXQueryHyperpipeAttribSGIX(dpy, timeSlice, attrib, size, returnAttribList) end => [ :int, :pointer, :int, :int, :int, :pointer ].freeze,
}.freeze