mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-04-13 05:43:18 -07:00
libs/vkd3d: Add DXGI_FORMAT_R16_UNORM.
This commit is contained in:
@ -52,6 +52,7 @@ typedef enum DXGI_FORMAT
|
||||
DXGI_FORMAT_R32_FLOAT = 0x29,
|
||||
DXGI_FORMAT_R32_UINT = 0x2a,
|
||||
|
||||
DXGI_FORMAT_R16_UNORM = 0x38,
|
||||
DXGI_FORMAT_R16_UINT = 0x39,
|
||||
|
||||
DXGI_FORMAT_B8G8R8A8_UNORM = 0x57,
|
||||
|
Reference in New Issue
Block a user