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

Function glDepthRangefOES

source/glbinding/source/gl/functions_d.cpp:331–334  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

329}
330
331void glDepthRangefOES(GLclampf n, GLclampf f)
332{
333 return glbinding::Binding::DepthRangefOES(n, f);
334}
335
336void glDepthRangeIndexed(GLuint index, GLdouble n, GLdouble f)
337{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected