Module: GL_NV_depth_buffer_float

Defined in:
lib/opengl-definitions/extensions/GL_NV_depth_buffer_float.rb

Defined Under Namespace

Modules: Constants

Constant Summary collapse

Functions =
{
  def glDepthRangedNV(zNear, zFar) end => [ :void, :GLdouble, :GLdouble ].freeze,
  def glClearDepthdNV(depth) end => [ :void, :GLdouble ].freeze,
  def glDepthBoundsdNV(zmin, zmax) end => [ :void, :GLdouble, :GLdouble ].freeze,
}.freeze