MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / depthMask

Method depthMask

Engine/source/navigation/duDebugDrawTorque.cpp:56–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56void duDebugDrawTorque::depthMask(bool state)
57{
58 mDesc.setZReadWrite(state, state);
59}
60
61void duDebugDrawTorque::texture(bool state)
62{

Callers 2

renderLinksMethod · 0.45
renderSceneMethod · 0.45

Calls 1

setZReadWriteMethod · 0.80

Tested by

no test coverage detected