Module: GLX_SUN_get_transparent_index::Functions

Defined in:
lib/opengl-definitions/extensions/GLX_SUN_get_transparent_index.rb

Constant Summary collapse

Parameters =
{
  glXGetTransparentIndexSUN: [ :Status, :pointer, :Window, :Window, :pointer ].freeze,
}.freeze

Instance Method Summary collapse

Instance Method Details

#glXGetTransparentIndexSUN(dpy, overlay, underlay, pTransparentIndex) ⇒ Object



3
# File 'lib/opengl-definitions/extensions/GLX_SUN_get_transparent_index.rb', line 3

def glXGetTransparentIndexSUN(dpy, overlay, underlay, pTransparentIndex) end