Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Apress/Ray-Tracing-Gems-II
/ Text
Method
Text
Chapter_14/src/Gui.cpp:130–132 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
128
}
129
130
void Gui::Text(const char* text) {
131
ImGui::Text(text);
132
}
133
134
void Gui::Text(const char* text, double x) {
135
ImGui::Text(text, x);
Callers
1
BuildCommandList
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected