MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / RenderBullet

Method RenderBullet

extern/imgui/imgui_draw.cpp:3796–3799  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3794}
3795
3796void ImGui::RenderBullet(ImDrawList* draw_list, ImVec2 pos, ImU32 col)
3797{
3798 draw_list->AddCircleFilled(pos, draw_list->_Data->FontSize * 0.20f, col, 8);
3799}
3800
3801void ImGui::RenderCheckMark(ImDrawList* draw_list, ImVec2 pos, ImU32 col, float sz)
3802{

Callers

nothing calls this directly

Calls 1

AddCircleFilledMethod · 0.80

Tested by

no test coverage detected