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