* Creates an invalid backend render target. */
| 127 | * Creates an invalid backend render target. |
| 128 | */ |
| 129 | BackendRenderTarget() : _width(0), _height(0) { |
| 130 | } |
| 131 | |
| 132 | /** |
| 133 | * Creates an OpenGL backend render target. |
nothing calls this directly
no outgoing calls
no test coverage detected