Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ getDepthTest
Method
getDepthTest
core/renderer/Renderer.cpp:491–494 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
489
}
490
491
bool Renderer::Renderer::getDepthTest() const
492
{
493
return bitmask::any(_dsDesc.flags, DepthStencilFlags::DEPTH_TEST);
494
}
495
496
bool Renderer::getStencilTest() const
497
{
Callers
15
onBeforeDraw
Method · 0.80
beforeBlit
Method · 0.80
onBeforeVisitCmd
Method · 0.80
save
Method · 0.80
onBeforeDraw
Method · 0.80
onBeforeDraw
Method · 0.80
onBeforeDraw
Method · 0.80
onBeforeVisitCmd
Method · 0.80
onBeforeDraw
Method · 0.80
onBeforeDraw
Method · 0.80
onBeforeDraw
Method · 0.80
onBeforeDraw
Method · 0.80
Calls
1
any
Function · 0.50
Tested by
1
onBeforeDraw
Method · 0.64