| 312 | } |
| 313 | |
| 314 | bool RenderTexture::isSharedRenderTarget() const |
| 315 | { |
| 316 | return _renderTarget == _director->getRenderer()->getOffscreenRenderTarget(); |
| 317 | } |
| 318 | |
| 319 | void RenderTexture::beginWithClear(float r, float g, float b, float a) |
| 320 | { |
nothing calls this directly
no test coverage detected