diff options
| author | Subv <subv2112@gmail.com> | 2018-04-21 17:32:25 -0500 |
|---|---|---|
| committer | Subv <subv2112@gmail.com> | 2018-04-21 17:32:25 -0500 |
| commit | c079cf4eece8ca84c3786c8b5433ae9fca8f585f (patch) | |
| tree | 184a2ca7394607b8b0e57c3390edf61be58e15ea /src/video_core/textures/texture.h | |
| parent | 62937798a0d298ca463486120d27a752fa798b68 (diff) | |
GPU: Implement the A2BGR10 texture format.
Diffstat (limited to 'src/video_core/textures/texture.h')
| -rw-r--r-- | src/video_core/textures/texture.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video_core/textures/texture.h b/src/video_core/textures/texture.h index 86e45aa88..dc004d361 100644 --- a/src/video_core/textures/texture.h +++ b/src/video_core/textures/texture.h @@ -15,6 +15,7 @@ namespace Texture { enum class TextureFormat : u32 { A8R8G8B8 = 0x8, + A2B10G10R10 = 0x9, B5G6R5 = 0x15, DXT1 = 0x24, DXT23 = 0x25, |
