docs/android/dokka/filament-android/com.google.android.filament/-texture/-internal-format/index.md
//filament-android/com.google.android.filament/Texture/InternalFormat
[main]
enum InternalFormat
Internal texel formats
These formats are used to specify a texture's internal storage format.
[components][size][type]``components : List of stored components by this format size : Size in bit of each component type : Type this format is stored as
There are a few special color formats that don't follow the convention above:
Many compressed texture formats are supported as well, which include (but are not limited to) the following list:
| Name | Summary |
|---|---|
| valueOf | [main] |
| open fun valueOf(name: String): Texture.InternalFormat | |
| Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.) | |
| values | [main] |
| open fun values(): Array<Texture.InternalFormat> | |
| Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants. |