MCPcopy Create free account
hub / github.com/BoomingTech/Piccolo / Clear

Method Clear

engine/3rdparty/imgui/imgui_draw.cpp:2037–2042  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2035}
2036
2037void ImFontAtlas::Clear()
2038{
2039 ClearInputData();
2040 ClearTexData();
2041 ClearFonts();
2042}
2043
2044void ImFontAtlas::GetTexDataAsAlpha8(unsigned char** out_pixels, int* out_width, int* out_height, int* out_bytes_per_pixel)
2045{

Callers 14

BeginTableExMethod · 0.45
NewFrameMethod · 0.45
ShutdownMethod · 0.45
RenderMethod · 0.45
NavMoveRequestSubmitMethod · 0.45
ClearDragDropMethod · 0.45
_ResetForNewFrameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected