Module: GL_EXT_depth_bounds_test::Functions
- Defined in:
- lib/opengl-definitions/extensions/GL_EXT_depth_bounds_test.rb
Constant Summary collapse
- Parameters =
{ glDepthBoundsEXT: [ :void, :GLclampd, :GLclampd ].freeze, }.freeze
Instance Method Summary collapse
Instance Method Details
#glDepthBoundsEXT(zmin, zmax) ⇒ Object
8 |
# File 'lib/opengl-definitions/extensions/GL_EXT_depth_bounds_test.rb', line 8 def glDepthBoundsEXT(zmin, zmax) end |