TextureFormat
Values
| Name | Description |
|---|---|
| TextureFormat_DXT1 | Value: 0 |
| TextureFormat_DXT3 | Value: 1 |
| TextureFormat_DXT5 | Value: 2 |
| TextureFormat_DXT5A | Value: 3 |
| TextureFormat_DXN | Value: 4 |
| TextureFormat_RGB565 | Value: 5 |
| TextureFormat_RGB888 | Value: 6 |
| TextureFormat_ARGB1555 | Value: 7 |
| TextureFormat_ARGB4444 | Value: 8 |
| TextureFormat_ARGB8888 | Value: 9 |
| TextureFormat_L8 | Value: 10 |
| TextureFormat_L16 | Value: 11 |
| TextureFormat_ABGR16 | Value: 12 |
| TextureFormat_ABGR16F | Value: 13 |
| TextureFormat_ABGR32F | Value: 14 |
| TextureFormat_R16F | Value: 15 |
| TextureFormat_R32F | Value: 16 |
| TextureFormat_NormalDXN | Value: 17 |
| TextureFormat_NormalDXT1 | Value: 18 |
| TextureFormat_NormalDXT5 | Value: 19 |
| TextureFormat_NormalDXT5RGA | Value: 20 |
| TextureFormat_RG8 | Value: 21 |
| TextureFormat_GR16 | Value: 22 |
| TextureFormat_GR16F | Value: 23 |
| TextureFormat_D16 | Value: 24 |
| TextureFormat_D24S8 | Value: 25 |
| TextureFormat_D24FS8 | Value: 26 |
| TextureFormat_D32F | Value: 27 |
| TextureFormat_ABGR32 | Value: 28 |
| TextureFormat_GR32F | Value: 29 |
| TextureFormat_A2R10G10B10 | Value: 30 |
| TextureFormat_Unknown | Value: 31 |
Last modified April 26, 2020: Update frostbite type documentation (8b14351c)