Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIAGameWorks/FleX
/ imguiDrawRoundedRect
Function
imguiDrawRoundedRect
demo/imgui.cpp:695–698 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
693
}
694
695
void imguiDrawRoundedRect(float x, float y, float w, float h, float r, unsigned int color)
696
{
697
addGfxCmdRoundedRect(x, y, w, h, r, color);
698
}
699
Callers
nothing calls this directly
Calls
1
addGfxCmdRoundedRect
Function · 0.85
Tested by
no test coverage detected