libs/vkd3d: Add DXGI_FORMAT_R8_UNORM.

This commit is contained in:
Henri Verbeet
2017-06-15 13:33:32 +02:00
parent 00f514cf1c
commit 70dbeed14c
2 changed files with 3 additions and 0 deletions

View File

@@ -55,6 +55,8 @@ typedef enum DXGI_FORMAT
DXGI_FORMAT_R16_UNORM = 0x38,
DXGI_FORMAT_R16_UINT = 0x39,
DXGI_FORMAT_R8_UNORM = 0x3d,
DXGI_FORMAT_B8G8R8A8_UNORM = 0x57,
DXGI_FORMAT_B8G8R8X8_UNORM = 0x58,