MCPcopy Create free account
hub / github.com/comaps/comaps / GetDepthTestEnabled

Method GetDepthTestEnabled

libs/drape/render_state.cpp:122–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120}
121
122bool RenderState::GetDepthTestEnabled() const
123{
124 return m_depthTestEnabled;
125}
126
127void RenderState::SetDepthTestEnabled(bool enabled)
128{

Callers 2

ApplyStateFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected