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

Function glDepthRangeIndexed

source/glbinding/source/gl/functions_d.cpp:336–339  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

334}
335
336void glDepthRangeIndexed(GLuint index, GLdouble n, GLdouble f)
337{
338 return glbinding::Binding::DepthRangeIndexed(index, n, f);
339}
340
341void glDepthRangeIndexeddNV(GLuint index, GLdouble n, GLdouble f)
342{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected