Module: GLX_SGIX_swap_group::Functions
- Defined in:
- lib/opengl-definitions/extensions/GLX_SGIX_swap_group.rb
Constant Summary collapse
- Parameters =
{ glXJoinSwapGroupSGIX: [ :void, :pointer, :GLXDrawable, :GLXDrawable ].freeze, }.freeze
Instance Method Summary collapse
Instance Method Details
#glXJoinSwapGroupSGIX(dpy, drawable, member) ⇒ Object
3 |
# File 'lib/opengl-definitions/extensions/GLX_SGIX_swap_group.rb', line 3 def glXJoinSwapGroupSGIX(dpy, drawable, member) end |