Add support for new DXGI 16bpp format (#348)

This commit is contained in:
Chuck Walbourn
2023-05-11 09:58:28 -07:00
committed by GitHub
parent 37a3733912
commit e0a7be5a4b
8 changed files with 212 additions and 72 deletions

View File

@@ -218,6 +218,9 @@ const SValue g_pFormats[] =
DEFFMT(Y216),
DEFFMT(B4G4R4A4_UNORM),
// D3D11on12 format
{ L"A4B4G4R4_UNORM", DXGI_FORMAT(191) },
{ nullptr, DXGI_FORMAT_UNKNOWN }
};