* Explicitly forbid the copy constructor. */
| 19 | * Explicitly forbid the copy constructor. |
| 20 | */ |
| 21 | Texture(const Texture&) = delete; |
| 22 | |
| 23 | /** |
| 24 | * Explicitly forbid copy assignment. |
nothing calls this directly
no outgoing calls
no test coverage detected