Module: GLX_SGI_make_current_read::Functions
- Defined in:
- lib/opengl-definitions/extensions/GLX_SGI_make_current_read.rb
Constant Summary collapse
- Parameters =
{ glXMakeCurrentReadSGI: [ :Bool, :pointer, :GLXDrawable, :GLXDrawable, :GLXContext ].freeze, glXGetCurrentReadDrawableSGI: [ :GLXDrawable ].freeze, }.freeze
Instance Method Summary collapse
Instance Method Details
#glXGetCurrentReadDrawableSGI ⇒ Object
4 |
# File 'lib/opengl-definitions/extensions/GLX_SGI_make_current_read.rb', line 4 def glXGetCurrentReadDrawableSGI() end |
#glXMakeCurrentReadSGI(dpy, draw, read, ctx) ⇒ Object
3 |
# File 'lib/opengl-definitions/extensions/GLX_SGI_make_current_read.rb', line 3 def glXMakeCurrentReadSGI(dpy, draw, read, ctx) end |