MCPcopy Create free account
hub / github.com/aiekick/ImGuiFileDialog / SetDestroyThumbnailCallback

Method SetDestroyThumbnailCallback

ImGuiFileDialog.cpp:3098–3100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3096}
3097
3098void IGFD::ThumbnailFeature::SetDestroyThumbnailCallback(const DestroyThumbnailFun& vCreateThumbnailFun) {
3099 m_DestroyThumbnailFun = vCreateThumbnailFun;
3100}
3101
3102void IGFD::ThumbnailFeature::ManageGPUThumbnails() {
3103 if (m_CreateThumbnailFun) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected