Module: GLX_MESA_pixmap_colormap::Functions
- Defined in:
- lib/opengl-definitions/extensions/GLX_MESA_pixmap_colormap.rb
Constant Summary collapse
- Parameters =
{ glXCreateGLXPixmapMESA: [ :GLXPixmap, :pointer, :pointer, :Pixmap, :Colormap ].freeze, }.freeze
Instance Method Summary collapse
Instance Method Details
#glXCreateGLXPixmapMESA(dpy, visual, pixmap, cmap) ⇒ Object
3 |
# File 'lib/opengl-definitions/extensions/GLX_MESA_pixmap_colormap.rb', line 3 def glXCreateGLXPixmapMESA(dpy, visual, pixmap, cmap) end |