| 87 | } |
| 88 | |
| 89 | [[nodiscard]] std::string ToString() const { return TextFormat("Texture(id=%u, %dx%d)", id, width, height); } |
| 90 | |
| 91 | operator std::string() const { return ToString(); } |
| 92 |
nothing calls this directly
no outgoing calls
no test coverage detected