Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobLoach/raylib-cpp
/ ToString
Method
ToString
include/ShaderUnmanaged.hpp:60–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
}
59
60
[[nodiscard]] std::string ToString() const { return TextFormat(
"Shader(id=%u)"
, id); }
61
62
operator std::string() const { return ToString(); }
63
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected