| 376 | } |
| 377 | |
| 378 | void Particle3DRender::setDepthTest(bool isDepthTest) |
| 379 | { |
| 380 | _depthTest = isDepthTest; |
| 381 | _stateBlock.setDepthTest(_depthTest); |
| 382 | } |
| 383 | |
| 384 | void Particle3DRender::setDepthWrite(bool isDepthWrite) |
| 385 | { |
no outgoing calls
no test coverage detected