/////////////////////////////////////////////////////// \brief Deleted copy constructor ///////////////////////////////////////////////////////
| 93 | /// |
| 94 | //////////////////////////////////////////////////////////// |
| 95 | RenderTexture(const RenderTexture&) = delete; |
| 96 | |
| 97 | //////////////////////////////////////////////////////////// |
| 98 | /// \brief Deleted copy assignment |
no outgoing calls
no test coverage detected