| 100 | |
| 101 | private: |
| 102 | struct Entry { |
| 103 | std::uint64_t revision; |
| 104 | GLuint tex; |
| 105 | bool failed; |
| 106 | }; |
| 107 | |
| 108 | GlfwCanvas& canvas_; |
| 109 | std::unordered_map<std::string, Entry> entries_; |
nothing calls this directly
no outgoing calls
no test coverage detected