MCPcopy 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
130void Gui::Text(const char* text) {
131 ImGui::Text(text);
132}
133
134void Gui::Text(const char* text, double x) {
135 ImGui::Text(text, x);

Callers 1

BuildCommandListFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected