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