MCPcopy Create free account
hub / github.com/axmolengine/axmol / setDepthTest

Method setDepthTest

core/renderer/RenderState.cpp:396–400  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

394}
395
396void RenderState::StateBlock::setDepthTest(bool enabled)
397{
398 _depthTestEnabled = enabled;
399 _modifiedBits |= RS_DEPTH_TEST;
400}
401
402void RenderState::StateBlock::setDepthWrite(bool enabled)
403{

Callers 2

applyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected