Module: GLX_SGIX_pbuffer

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

Defined Under Namespace

Modules: Constants

Constant Summary collapse

Functions =
{
  def glXCreateGLXPbufferSGIX(dpy, config, width, height, attrib_list) end => [ :GLXPbufferSGIX, :pointer, :GLXFBConfigSGIX, :uint, :uint, :pointer ].freeze,
  def glXDestroyGLXPbufferSGIX(dpy, pbuf) end => [ :void, :pointer, :GLXPbufferSGIX ].freeze,
  def glXQueryGLXPbufferSGIX(dpy, pbuf, attribute, value) end => [ :int, :pointer, :GLXPbufferSGIX, :int, :pointer ].freeze,
  def glXSelectEventSGIX(dpy, drawable, mask) end => [ :void, :pointer, :GLXDrawable, :ulong ].freeze,
  def glXGetSelectedEventSGIX(dpy, drawable, mask) end => [ :void, :pointer, :GLXDrawable, :pointer ].freeze,
}.freeze