Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ SetDepthTestFunction
Method
SetDepthTestFunction
libs/drape/oglcontext.cpp:197–200 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
195
}
196
197
void OGLContext::SetDepthTestFunction(TestFunction depthFunction)
198
{
199
GLFunctions::glDepthFunc(DecodeTestFunction(depthFunction));
200
}
201
202
void OGLContext::SetStencilTestEnabled(bool enabled)
203
{
Callers
1
ApplyState
Function · 0.45
Calls
1
DecodeTestFunction
Function · 0.70
Tested by
no test coverage detected