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

Method Clear

extern/imgui/imgui_draw.cpp:2031–2036  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2029}
2030
2031void ImFontAtlas::Clear()
2032{
2033 ClearInputData();
2034 ClearTexData();
2035 ClearFonts();
2036}
2037
2038void ImFontAtlas::GetTexDataAsAlpha8(unsigned char** out_pixels, int* out_width, int* out_height, int* out_bytes_per_pixel)
2039{

Callers 9

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