MCPcopy Create free account
hub / github.com/Apress/Ray-Tracing-Gems-II / SameLine

Method SameLine

Chapter_14/src/Gui.cpp:170–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168}
169
170void Gui::SameLine() {
171 ImGui::SameLine();
172}
173
174void Gui::Indent(float v) {
175 ImGui::Indent(v);

Callers 1

BuildCommandListFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected