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

Function imguiDrawLine

demo/imgui.cpp:685–688  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

683}
684
685void imguiDrawLine(float x0, float y0, float x1, float y1, float r, unsigned int color)
686{
687 addGfxCmdLine(x0, y0, x1, y1, r, color);
688}
689
690void imguiDrawRect(float x, float y, float w, float h, unsigned int color)
691{

Callers

nothing calls this directly

Calls 1

addGfxCmdLineFunction · 0.85

Tested by

no test coverage detected