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

Method getDepthWrite

core/renderer/Renderer.cpp:501–504  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

499}
500
501bool Renderer::getDepthWrite() const
502{
503 return bitmask::any(_dsDesc.flags, DepthStencilFlags::DEPTH_WRITE);
504}
505
506void Renderer::setStencilCompareFunction(backend::CompareFunction func, unsigned int ref, unsigned int readMask)
507{

Callers 9

onBeforeDrawMethod · 0.80
beforeBlitMethod · 0.80
onBeforeVisitCmdMethod · 0.80
saveMethod · 0.80
onBeforeDrawQuadCmdMethod · 0.80
onBeforeVisitCmdMethod · 0.80
onBeforeDrawMethod · 0.80
onBeforeDrawMethod · 0.80
onBeforeDrawMethod · 0.80

Calls 1

anyFunction · 0.50

Tested by

no test coverage detected