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

Function glDepthRangeArraydvNV

source/glbinding/source/gl/functions_d.cpp:311–314  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

309}
310
311void glDepthRangeArraydvNV(GLuint first, GLsizei count, const GLdouble * v)
312{
313 return glbinding::Binding::DepthRangeArraydvNV(first, count, v);
314}
315
316void glDepthRangeArrayv(GLuint first, GLsizei count, const GLdouble * v)
317{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected