Module: GLX_SGIX_hyperpipe::Functions

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

Constant Summary collapse

Parameters =
{
  glXQueryHyperpipeNetworkSGIX:    [ :pointer, :pointer, :pointer ].freeze,
  glXHyperpipeConfigSGIX:          [ :int, :pointer, :int, :int, :pointer, :pointer ].freeze,
  glXQueryHyperpipeConfigSGIX:     [ :pointer, :pointer, :int, :pointer ].freeze,
  glXDestroyHyperpipeConfigSGIX:   [ :int, :pointer, :int ].freeze,
  glXBindHyperpipeSGIX:            [ :int, :pointer, :int ].freeze,
  glXQueryHyperpipeBestAttribSGIX: [ :int, :pointer, :int, :int, :int, :pointer, :pointer ].freeze,
  glXHyperpipeAttribSGIX:          [ :int, :pointer, :int, :int, :int, :pointer ].freeze,
  glXQueryHyperpipeAttribSGIX:     [ :int, :pointer, :int, :int, :int, :pointer ].freeze,
}.freeze

Instance Method Summary collapse

Instance Method Details

#glXBindHyperpipeSGIX(dpy, hpId) ⇒ Object



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

def glXBindHyperpipeSGIX(dpy, hpId) end

#glXDestroyHyperpipeConfigSGIX(dpy, hpId) ⇒ Object



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

def glXDestroyHyperpipeConfigSGIX(dpy, hpId) end

#glXHyperpipeAttribSGIX(dpy, timeSlice, attrib, size, attribList) ⇒ Object



22
# File 'lib/opengl-definitions/extensions/GLX_SGIX_hyperpipe.rb', line 22

def glXHyperpipeAttribSGIX(dpy, timeSlice, attrib, size, attribList) end

#glXHyperpipeConfigSGIX(dpy, networkId, npipes, cfg, hpId) ⇒ Object



17
# File 'lib/opengl-definitions/extensions/GLX_SGIX_hyperpipe.rb', line 17

def glXHyperpipeConfigSGIX(dpy, networkId, npipes, cfg, hpId) end

#glXQueryHyperpipeAttribSGIX(dpy, timeSlice, attrib, size, returnAttribList) ⇒ Object



23
# File 'lib/opengl-definitions/extensions/GLX_SGIX_hyperpipe.rb', line 23

def glXQueryHyperpipeAttribSGIX(dpy, timeSlice, attrib, size, returnAttribList) end

#glXQueryHyperpipeBestAttribSGIX(dpy, timeSlice, attrib, size, attribList, returnAttribList) ⇒ Object



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

def glXQueryHyperpipeBestAttribSGIX(dpy, timeSlice, attrib, size, attribList, returnAttribList) end

#glXQueryHyperpipeConfigSGIX(dpy, hpId, npipes) ⇒ Object



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

def glXQueryHyperpipeConfigSGIX(dpy, hpId, npipes) end

#glXQueryHyperpipeNetworkSGIX(dpy, npipes) ⇒ Object



16
# File 'lib/opengl-definitions/extensions/GLX_SGIX_hyperpipe.rb', line 16

def glXQueryHyperpipeNetworkSGIX(dpy, npipes) end