MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/FleX / imguiDrawRect

Function imguiDrawRect

demo/imgui.cpp:690–693  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

688}
689
690void imguiDrawRect(float x, float y, float w, float h, unsigned int color)
691{
692 addGfxCmdRect(x, y, w, h, color);
693}
694
695void imguiDrawRoundedRect(float x, float y, float w, float h, float r, unsigned int color)
696{

Callers

nothing calls this directly

Calls 1

addGfxCmdRectFunction · 0.85

Tested by

no test coverage detected