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

Function SetDestroyThumbnailCallback

ImGuiFileDialog.cpp:5253–5257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5251}
5252
5253IGFD_C_API void SetDestroyThumbnailCallback(ImGuiFileDialog* vContextPtr, const IGFD_DestroyThumbnailFun vDestroyThumbnailFun) {
5254 if (vContextPtr != nullptr) {
5255 vContextPtr->SetDestroyThumbnailCallback(vDestroyThumbnailFun);
5256 }
5257}
5258
5259IGFD_C_API void ManageGPUThumbnails(ImGuiFileDialog* vContextPtr) {
5260 if (vContextPtr != nullptr) {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected