Flutter Engine
The Flutter Engine
|
Go to the source code of this file.
Enumerations | |
enum class | SkTextureCompressionType { kNone , kETC2_RGB8_UNORM , kBC1_RGB8_UNORM , kBC1_RGBA8_UNORM , kLast = kBC1_RGBA8_UNORM , kETC1_RGB8 = kETC2_RGB8_UNORM } |
|
strong |
Enumerator | |
---|---|
kNone | |
kETC2_RGB8_UNORM | |
kBC1_RGB8_UNORM | |
kBC1_RGBA8_UNORM | |
kLast | |
kETC1_RGB8 |
Definition at line 20 of file SkTextureCompressionType.h.