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

Function imguiDrawText

demo/imgui.cpp:680–683  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

678}
679
680void imguiDrawText(int x, int y, int align, const char* text, unsigned int color)
681{
682 addGfxCmdText(x, y, align, text, color);
683}
684
685void imguiDrawLine(float x0, float y0, float x1, float y1, float r, unsigned int color)
686{

Callers 1

DrawImguiStringFunction · 0.85

Calls 1

addGfxCmdTextFunction · 0.85

Tested by

no test coverage detected