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

Function glClearDepthxOES

source/glbinding/source/gl/functions_c.cpp:141–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139}
140
141void glClearDepthxOES(GLfixed depth)
142{
143 return glbinding::Binding::ClearDepthxOES(depth);
144}
145
146void glClearIndex(GLfloat c)
147{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected