Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cginternals/glbinding
/ glClearDepth
Function
glClearDepth
source/glbinding/source/gl/functions_c.cpp:121–124 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
119
}
120
121
void glClearDepth(GLdouble depth)
122
{
123
return glbinding::Binding::ClearDepth(depth);
124
}
125
126
void glClearDepthdNV(GLdouble depth)
127
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected