| 479 | } |
| 480 | |
| 481 | void Renderer::setDepthCompareFunction(backend::CompareFunction func) |
| 482 | { |
| 483 | _dsDesc.depthCompareFunction = func; |
| 484 | } |
| 485 | |
| 486 | backend::CompareFunction Renderer::getDepthCompareFunction() const |
| 487 | { |
no outgoing calls
no test coverage detected