CGFX: Difference between revisions
No edit summary |
|||
Line 175: | Line 175: | ||
| 0x30 | | 0x30 | ||
| 0x1 | | 0x1 | ||
| Texture format | | Texture format ID (see table below) | ||
|- | |- | ||
| 0x38 | | 0x38 | ||
Line 192: | Line 192: | ||
| 0x4 | | 0x4 | ||
| Texture data offset (self-relative) | | Texture data offset (self-relative) | ||
|} | |||
{| class="wikitable" | |||
|- | |||
! Texture format ID | |||
! Description | |||
|- | |||
|0x0 | |||
|RGBA8 | |||
|- | |||
|0x1 | |||
|RGB8 | |||
|- | |||
|0x2 | |||
|RGBA5551 | |||
|- | |||
|0x3 | |||
|RGB565 | |||
|- | |||
|0x4 | |||
|RGBA4 | |||
|- | |||
|0x5 | |||
|LA8 | |||
|- | |||
|0x6 | |||
|HILO8 | |||
|- | |||
|0x7 | |||
|L8 | |||
|- | |||
|0x8 | |||
|A8 | |||
|- | |||
|0x9 | |||
|LA4 | |||
|- | |||
|0xA | |||
|L4 | |||
|- | |||
|0xB | |||
|ETC1 (see notes below) | |||
|- | |||
|0xC | |||
|ETC1A4 ? | |||
|- | |||
|0xD | |||
|A4 ? | |||
|} | |} |