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

Enum IconImageFormat

src/platform/gl_dialect.h:35–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33namespace oid {
34
35enum class IconImageFormat { Rgb888, Rgba8888 };
36
37struct GlDialect {
38 std::string_view version_directive;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected