Module: GLX_SGI_video_sync::Functions
- Defined in:
- lib/opengl-definitions/extensions/GLX_SGI_video_sync.rb
Constant Summary collapse
- Parameters =
{ glXGetVideoSyncSGI: [ :int, :pointer ].freeze, glXWaitVideoSyncSGI: [ :int, :int, :int, :pointer ].freeze, }.freeze
Instance Method Summary collapse
Instance Method Details
#glXGetVideoSyncSGI(count) ⇒ Object
3 |
# File 'lib/opengl-definitions/extensions/GLX_SGI_video_sync.rb', line 3 def glXGetVideoSyncSGI(count) end |
#glXWaitVideoSyncSGI(divisor, remainder, count) ⇒ Object
4 |
# File 'lib/opengl-definitions/extensions/GLX_SGI_video_sync.rb', line 4 def glXWaitVideoSyncSGI(divisor, remainder, count) end |