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