MCPcopy Create free account
hub / github.com/RobLoach/raylib-cpp / ToString

Method ToString

include/TextureUnmanaged.hpp:89–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected