Module: GLX_SGIX_fbconfig::Functions
- Defined in:
- lib/opengl-definitions/extensions/GLX_SGIX_fbconfig.rb
Constant Summary collapse
- Parameters =
{ 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
Instance Method Summary collapse
- #glXChooseFBConfigSGIX(dpy, screen, attrib_list, nelements) ⇒ Object
- #glXCreateContextWithConfigSGIX(dpy, config, render_type, share_list, direct) ⇒ Object
- #glXCreateGLXPixmapWithConfigSGIX(dpy, config, pixmap) ⇒ Object
- #glXGetFBConfigAttribSGIX(dpy, config, attribute, value) ⇒ Object
- #glXGetFBConfigFromVisualSGIX(dpy, vis) ⇒ Object
- #glXGetVisualFromFBConfigSGIX(dpy, config) ⇒ Object
Instance Method Details
#glXChooseFBConfigSGIX(dpy, screen, attrib_list, nelements) ⇒ Object
18 |
# File 'lib/opengl-definitions/extensions/GLX_SGIX_fbconfig.rb', line 18 def glXChooseFBConfigSGIX(dpy, screen, attrib_list, nelements) end |
#glXCreateContextWithConfigSGIX(dpy, config, render_type, share_list, direct) ⇒ Object
20 |
# File 'lib/opengl-definitions/extensions/GLX_SGIX_fbconfig.rb', line 20 def glXCreateContextWithConfigSGIX(dpy, config, render_type, share_list, direct) end |
#glXCreateGLXPixmapWithConfigSGIX(dpy, config, pixmap) ⇒ Object
19 |
# File 'lib/opengl-definitions/extensions/GLX_SGIX_fbconfig.rb', line 19 def glXCreateGLXPixmapWithConfigSGIX(dpy, config, pixmap) end |
#glXGetFBConfigAttribSGIX(dpy, config, attribute, value) ⇒ Object
17 |
# File 'lib/opengl-definitions/extensions/GLX_SGIX_fbconfig.rb', line 17 def glXGetFBConfigAttribSGIX(dpy, config, attribute, value) end |
#glXGetFBConfigFromVisualSGIX(dpy, vis) ⇒ Object
22 |
# File 'lib/opengl-definitions/extensions/GLX_SGIX_fbconfig.rb', line 22 def glXGetFBConfigFromVisualSGIX(dpy, vis) end |
#glXGetVisualFromFBConfigSGIX(dpy, config) ⇒ Object
21 |
# File 'lib/opengl-definitions/extensions/GLX_SGIX_fbconfig.rb', line 21 def glXGetVisualFromFBConfigSGIX(dpy, config) end |