| 499 | } |
| 500 | |
| 501 | bool Renderer::getDepthWrite() const |
| 502 | { |
| 503 | return bitmask::any(_dsDesc.flags, DepthStencilFlags::DEPTH_WRITE); |
| 504 | } |
| 505 | |
| 506 | void Renderer::setStencilCompareFunction(backend::CompareFunction func, unsigned int ref, unsigned int readMask) |
| 507 | { |
no test coverage detected