MCPcopy Create free account
hub / github.com/cinder/Cinder / DestroyPixels

Method DestroyPixels

src/imgui/imgui_draw.cpp:2477–2483  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2475}
2476
2477void ImTextureData::DestroyPixels()
2478{
2479 if (Pixels)
2480 IM_FREE(Pixels);
2481 Pixels = NULL;
2482 UseColors = false;
2483}
2484
2485//-----------------------------------------------------------------------------
2486// [SECTION] ImFontAtlas, ImFontAtlasBuilder

Callers 2

ClearTexDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected