MCPcopy Create free account
hub / github.com/VictorGordan/opengl-tutorials / Clear

Method Clear

ImGUI GLFW Tutorial/imgui/imgui_draw.cpp:2014–2019  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2012}
2013
2014void ImFontAtlas::Clear()
2015{
2016 ClearInputData();
2017 ClearTexData();
2018 ClearFonts();
2019}
2020
2021void ImFontAtlas::GetTexDataAsAlpha8(unsigned char** out_pixels, int* out_width, int* out_height, int* out_bytes_per_pixel)
2022{

Callers 8

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

Calls

no outgoing calls

Tested by

no test coverage detected