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

Method setDepthTest

extensions/Particle3D/src/Particle3D/Particle3DRender.cpp:378–382  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

376}
377
378void Particle3DRender::setDepthTest(bool isDepthTest)
379{
380 _depthTest = isDepthTest;
381 _stateBlock.setDepthTest(_depthTest);
382}
383
384void Particle3DRender::setDepthWrite(bool isDepthWrite)
385{

Callers 8

initQuadRenderMethod · 0.45
onBeforeDrawMethod · 0.45
onAfterDrawMethod · 0.45
Particle3DRenderMethod · 0.45
SetOperationEnableMethod · 0.45
RestoreMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected