Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
170
void Gui::SameLine() {
171
ImGui::SameLine();
172
}
173
174
void Gui::Indent(float v) {
175
ImGui::Indent(v);
Callers
1
BuildCommandList
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected