| 855 | } |
| 856 | |
| 857 | void Renderer::endRenderPass() |
| 858 | { |
| 859 | _commandBuffer->endRenderPass(); |
| 860 | } |
| 861 | |
| 862 | void Renderer::clear(ClearFlag flags, const Color4F& color, float depth, unsigned int stencil, float globalOrder) |
| 863 | { |
no outgoing calls
no test coverage detected