MCPcopy Create free account
hub / github.com/RenderKit/embree / RenderBullet

Method RenderBullet

tutorials/common/imgui/imgui_draw.cpp:3785–3788  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3783}
3784
3785void ImGui::RenderBullet(ImDrawList* draw_list, ImVec2 pos, ImU32 col)
3786{
3787 draw_list->AddCircleFilled(pos, draw_list->_Data->FontSize * 0.20f, col, 8);
3788}
3789
3790void ImGui::RenderCheckMark(ImDrawList* draw_list, ImVec2 pos, ImU32 col, float sz)
3791{

Callers

nothing calls this directly

Calls 1

AddCircleFilledMethod · 0.80

Tested by

no test coverage detected