Module: GLX_SGIX_dmbuffer::Functions
- Defined in:
- lib/opengl-definitions/extensions/GLX_SGIX_dmbuffer.rb
Constant Summary collapse
- Parameters =
{ glXAssociateDMPbufferSGIX: [ :Bool, :pointer, :GLXPbufferSGIX, :pointer, :DMbuffer ].freeze, }.freeze
Instance Method Summary collapse
Instance Method Details
#glXAssociateDMPbufferSGIX(dpy, pbuffer, params, dmbuffer) ⇒ Object
7 |
# File 'lib/opengl-definitions/extensions/GLX_SGIX_dmbuffer.rb', line 7 def glXAssociateDMPbufferSGIX(dpy, pbuffer, params, dmbuffer) end |