Module: GL_ARB_clip_control::Functions
- Defined in:
- lib/opengl-definitions/extensions/GL_ARB_clip_control.rb
Constant Summary collapse
- Parameters =
{ glClipControl: [ :void, :GLenum, :GLenum ].freeze, }.freeze
Instance Method Summary collapse
Instance Method Details
#glClipControl(origin, depth) ⇒ Object
12 |
# File 'lib/opengl-definitions/extensions/GL_ARB_clip_control.rb', line 12 def glClipControl(origin, depth) end |