Module: GLX_SGIX_swap_barrier::Functions
- Defined in:
- lib/opengl-definitions/extensions/GLX_SGIX_swap_barrier.rb
Constant Summary collapse
- Parameters =
{ glXBindSwapBarrierSGIX: [ :void, :pointer, :GLXDrawable, :int ].freeze, glXQueryMaxSwapBarriersSGIX: [ :Bool, :pointer, :int, :pointer ].freeze, }.freeze
Instance Method Summary collapse
- #glXBindSwapBarrierSGIX(dpy, drawable, barrier) ⇒ Object
- #glXQueryMaxSwapBarriersSGIX(dpy, screen, max) ⇒ Object
Instance Method Details
#glXBindSwapBarrierSGIX(dpy, drawable, barrier) ⇒ Object
3 |
# File 'lib/opengl-definitions/extensions/GLX_SGIX_swap_barrier.rb', line 3 def glXBindSwapBarrierSGIX(dpy, drawable, ) end |
#glXQueryMaxSwapBarriersSGIX(dpy, screen, max) ⇒ Object
4 |
# File 'lib/opengl-definitions/extensions/GLX_SGIX_swap_barrier.rb', line 4 def glXQueryMaxSwapBarriersSGIX(dpy, screen, max) end |