| 148 | } |
| 149 | |
| 150 | bool RenderTexture::initWithWidthAndHeight(int w, int h, backend::PixelFormat eFormat, bool sharedRenderTarget) |
| 151 | { |
| 152 | return initWithWidthAndHeight(w, h, eFormat, PixelFormat::NONE, sharedRenderTarget); |
| 153 | } |
| 154 | |
| 155 | bool RenderTexture::initWithWidthAndHeight(int w, |
| 156 | int h, |
no test coverage detected