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

Method ToString

include/RenderTextureUnmanaged.hpp:41–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected