| 382 | } |
| 383 | |
| 384 | void Particle3DRender::setDepthWrite(bool isDepthWrite) |
| 385 | { |
| 386 | _depthWrite = isDepthWrite; |
| 387 | _stateBlock.setDepthWrite(_depthWrite); |
| 388 | } |
| 389 | |
| 390 | void Particle3DRender::setBlendFunc(const BlendFunc& blendFunc) |
| 391 | { |
no outgoing calls
no test coverage detected