| 39 | RenderTextureUnmanaged(int width, int height) { Load(width, height); } |
| 40 | |
| 41 | [[nodiscard]] std::string ToString() const { return TextFormat("RenderTexture(id=%u)", id); } |
| 42 | |
| 43 | operator std::string() const { return ToString(); } |
| 44 |
nothing calls this directly
no outgoing calls
no test coverage detected