MCPcopy Create free account
hub / github.com/OpenImageDebugger/OpenImageDebugger / Entry

Class Entry

src/host/ui/svg_icon_cache.h:85–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected