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

Function ManageGPUThumbnails

ImGuiFileDialog.cpp:5259–5263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5257}
5258
5259IGFD_C_API void ManageGPUThumbnails(ImGuiFileDialog* vContextPtr) {
5260 if (vContextPtr != nullptr) {
5261 vContextPtr->ManageGPUThumbnails();
5262 }
5263}
5264#endif // USE_THUMBNAILS
5265
5266#pragma endregion

Callers

nothing calls this directly

Calls 1

ManageGPUThumbnailsMethod · 0.80

Tested by

no test coverage detected