| 5257 | } |
| 5258 | |
| 5259 | IGFD_C_API void ManageGPUThumbnails(ImGuiFileDialog* vContextPtr) { |
| 5260 | if (vContextPtr != nullptr) { |
| 5261 | vContextPtr->ManageGPUThumbnails(); |
| 5262 | } |
| 5263 | } |
| 5264 | #endif // USE_THUMBNAILS |
| 5265 | |
| 5266 | #pragma endregion |
nothing calls this directly
no test coverage detected