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