MCPcopy Create free account
hub / github.com/cginternals/glbinding / glDepthRange

Function glDepthRange

source/glbinding/source/gl/functions_d.cpp:306–309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

304}
305
306void glDepthRange(GLdouble n, GLdouble f)
307{
308 return glbinding::Binding::DepthRange(n, f);
309}
310
311void glDepthRangeArraydvNV(GLuint first, GLsizei count, const GLdouble * v)
312{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected