Module: GLX_SGIX_video_resize::Functions
- Defined in:
- lib/opengl-definitions/extensions/GLX_SGIX_video_resize.rb
Constant Summary collapse
- Parameters =
{ glXBindChannelToWindowSGIX: [ :int, :pointer, :int, :int, :Window ].freeze, glXChannelRectSGIX: [ :int, :pointer, :int, :int, :int, :int, :int, :int ].freeze, glXQueryChannelRectSGIX: [ :int, :pointer, :int, :int, :pointer, :pointer, :pointer, :pointer ].freeze, glXQueryChannelDeltasSGIX: [ :int, :pointer, :int, :int, :pointer, :pointer, :pointer, :pointer ].freeze, glXChannelRectSyncSGIX: [ :int, :pointer, :int, :int, :GLenum ].freeze, }.freeze
Instance Method Summary collapse
- #glXBindChannelToWindowSGIX(display, screen, channel, window) ⇒ Object
- #glXChannelRectSGIX(display, screen, channel, x, y, w, h) ⇒ Object
- #glXChannelRectSyncSGIX(display, screen, channel, synctype) ⇒ Object
- #glXQueryChannelDeltasSGIX(display, screen, channel, x, y, w, h) ⇒ Object
- #glXQueryChannelRectSGIX(display, screen, channel, dx, dy, dw, dh) ⇒ Object
Instance Method Details
#glXBindChannelToWindowSGIX(display, screen, channel, window) ⇒ Object
8 |
# File 'lib/opengl-definitions/extensions/GLX_SGIX_video_resize.rb', line 8 def glXBindChannelToWindowSGIX(display, screen, channel, window) end |
#glXChannelRectSGIX(display, screen, channel, x, y, w, h) ⇒ Object
9 |
# File 'lib/opengl-definitions/extensions/GLX_SGIX_video_resize.rb', line 9 def glXChannelRectSGIX(display, screen, channel, x, y, w, h) end |
#glXChannelRectSyncSGIX(display, screen, channel, synctype) ⇒ Object
12 |
# File 'lib/opengl-definitions/extensions/GLX_SGIX_video_resize.rb', line 12 def glXChannelRectSyncSGIX(display, screen, channel, synctype) end |
#glXQueryChannelDeltasSGIX(display, screen, channel, x, y, w, h) ⇒ Object
11 |
# File 'lib/opengl-definitions/extensions/GLX_SGIX_video_resize.rb', line 11 def glXQueryChannelDeltasSGIX(display, screen, channel, x, y, w, h) end |
#glXQueryChannelRectSGIX(display, screen, channel, dx, dy, dw, dh) ⇒ Object
10 |
# File 'lib/opengl-definitions/extensions/GLX_SGIX_video_resize.rb', line 10 def glXQueryChannelRectSGIX(display, screen, channel, dx, dy, dw, dh) end |