| 46 | m_refreshIconPreview(); |
| 47 | } |
| 48 | inline float GetZoom() { return m_zoom; } |
| 49 | |
| 50 | std::function<void*(uint8_t*, int, int, char)> CreateTexture; // char -> fmt -> { 0 = BGRA, 1 = RGBA } |
| 51 | std::function<void(void*)> DeleteTexture; |
nothing calls this directly
no outgoing calls
no test coverage detected