Skip to content

Commit d725f6e

Browse files
committed
Remove "a" from ETC1 coding swizzle
1 parent 74f1fd8 commit d725f6e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Docs/Encoding.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,13 +103,13 @@ use today.
103103
| BC1 | `rgba` <sup>1</sup> | `.rgba` | |
104104
| BC3 | `rgba` | `.rgba` | |
105105
| BC3nm | `gggr` | `.ag` | |
106-
| BC4 | `rrr1` | `.r1` | |
106+
| BC4 | `rrr1` | `.r` | |
107107
| BC5 | `rrrg` | `.ra` <sup>2</sup> | |
108108
| BC6 | `rgb1` | `.rgb` | HDR profile only |
109109
| BC7 | `rgba` | `.rgba` | |
110110
| EAC_R11 | `rrr1` | `.r` | |
111111
| EAC_RG11 | `rrrg` | `.ra` <sup>2</sup> | |
112-
| ETC1 | `rgba` | `.rgba` | |
112+
| ETC1 | `rgb1` | `.rgb` | |
113113
| ETC2 | `rgba` <sup>1</sup> | `.rgb` | |
114114
| ETC2+EAC | `rgba` | `.rgba` | |
115115
| ETC2+EAC | `rgba` | `.rgba` | |

0 commit comments

Comments
 (0)