MCPcopy 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
197void OGLContext::SetDepthTestFunction(TestFunction depthFunction)
198{
199 GLFunctions::glDepthFunc(DecodeTestFunction(depthFunction));
200}
201
202void OGLContext::SetStencilTestEnabled(bool enabled)
203{

Callers 1

ApplyStateFunction · 0.45

Calls 1

DecodeTestFunctionFunction · 0.70

Tested by

no test coverage detected