MCPcopy 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
695void 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

addGfxCmdRoundedRectFunction · 0.85

Tested by

no test coverage detected