Module: GLX_EXT_import_context::Functions
- Defined in:
- lib/opengl-definitions/extensions/GLX_EXT_import_context.rb
Constant Summary collapse
- Parameters =
{ glXGetCurrentDisplayEXT: [ :pointer ].freeze, glXQueryContextInfoEXT: [ :int, :pointer, :GLXContext, :int, :pointer ].freeze, glXGetContextIDEXT: [ :GLXContextID, :GLXContext ].freeze, glXImportContextEXT: [ :GLXContext, :pointer, :GLXContextID ].freeze, glXFreeContextEXT: [ :void, :pointer, :GLXContext ].freeze, }.freeze
Instance Method Summary collapse
- #glXFreeContextEXT(dpy, context) ⇒ Object
- #glXGetContextIDEXT(context) ⇒ Object
- #glXGetCurrentDisplayEXT ⇒ Object
- #glXImportContextEXT(dpy, contextID) ⇒ Object
- #glXQueryContextInfoEXT(dpy, context, attribute, value) ⇒ Object
Instance Method Details
#glXFreeContextEXT(dpy, context) ⇒ Object
13 |
# File 'lib/opengl-definitions/extensions/GLX_EXT_import_context.rb', line 13 def glXFreeContextEXT(dpy, context) end |
#glXGetContextIDEXT(context) ⇒ Object
11 |
# File 'lib/opengl-definitions/extensions/GLX_EXT_import_context.rb', line 11 def glXGetContextIDEXT(context) end |
#glXGetCurrentDisplayEXT ⇒ Object
9 |
# File 'lib/opengl-definitions/extensions/GLX_EXT_import_context.rb', line 9 def glXGetCurrentDisplayEXT() end |
#glXImportContextEXT(dpy, contextID) ⇒ Object
12 |
# File 'lib/opengl-definitions/extensions/GLX_EXT_import_context.rb', line 12 def glXImportContextEXT(dpy, contextID) end |
#glXQueryContextInfoEXT(dpy, context, attribute, value) ⇒ Object
10 |
# File 'lib/opengl-definitions/extensions/GLX_EXT_import_context.rb', line 10 def glXQueryContextInfoEXT(dpy, context, attribute, value) end |