Merge pull request #1329 from raven02/bgr5a1u

Implement RenderTargetFormat::BGR5A1_UNORM
This commit is contained in:
bunnei
2018-09-17 09:49:00 -04:00
committed by GitHub
2 changed files with 4 additions and 0 deletions

View File

@ -42,6 +42,7 @@ enum class RenderTargetFormat : u32 {
R32_UINT = 0xE4,
R32_FLOAT = 0xE5,
B5G6R5_UNORM = 0xE8,
BGR5A1_UNORM = 0xE9,
RG8_UNORM = 0xEA,
RG8_SNORM = 0xEB,
R16_UNORM = 0xEE,