Module: GL_IMG_user_clip_plane::Functions
- Defined in:
- lib/opengl-definitions/extensions/GL_IMG_user_clip_plane.rb
Constant Summary collapse
- Parameters =
{ glClipPlanefIMG: [ :void, :GLenum, :pointer ].freeze, glClipPlanexIMG: [ :void, :GLenum, :pointer ].freeze, }.freeze
Instance Method Summary collapse
Instance Method Details
#glClipPlanefIMG(p, eqn) ⇒ Object
13 |
# File 'lib/opengl-definitions/extensions/GL_IMG_user_clip_plane.rb', line 13 def glClipPlanefIMG(p, eqn) end |
#glClipPlanexIMG(p, eqn) ⇒ Object
14 |
# File 'lib/opengl-definitions/extensions/GL_IMG_user_clip_plane.rb', line 14 def glClipPlanexIMG(p, eqn) end |