Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cginternals/glbinding
/ glClearDepthfOES
Function
glClearDepthfOES
source/glbinding/source/gl/functions_c.cpp:136–139 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
134
}
135
136
void glClearDepthfOES(GLclampf depth)
137
{
138
return glbinding::Binding::ClearDepthfOES(depth);
139
}
140
141
void glClearDepthxOES(GLfixed depth)
142
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected