| 83 | |
| 84 | private: |
| 85 | struct Entry { |
| 86 | GLuint tex{0}; |
| 87 | bool failed{false}; |
| 88 | bool cached{false}; |
| 89 | }; |
| 90 | |
| 91 | // Derived from the enum's last value so adding an IconId can never |
| 92 | // silently index entries_ out of bounds. |
nothing calls this directly
no outgoing calls
no test coverage detected