GPU: Implemented the A1B5G5R5 texture format (0x14)

This commit is contained in:
Subv 2018-05-27 09:02:05 -05:00
parent b16e5c6a81
commit 7ddc872b52
4 changed files with 21 additions and 5 deletions

View file

@ -16,6 +16,7 @@ namespace Texture {
enum class TextureFormat : u32 {
A8R8G8B8 = 0x8,
A2B10G10R10 = 0x9,
A1B5G5R5 = 0x14,
B5G6R5 = 0x15,
DXT1 = 0x24,
DXT23 = 0x25,