///////////////////////////////////////////////////////
| 46 | |
| 47 | //////////////////////////////////////////////////////////// |
| 48 | RenderTexture::RenderTexture(Vector2u size, const ContextSettings& settings) |
| 49 | { |
| 50 | if (!resize(size, settings)) |
| 51 | throw Exception("Failed to create render texture"); |
| 52 | } |
| 53 | |
| 54 | |
| 55 | //////////////////////////////////////////////////////////// |
nothing calls this directly
no outgoing calls
no test coverage detected