mirror of
https://github.com/microsoft/DirectXTex.git
synced 2026-02-11 07:06:13 +01:00
Add support for new DXGI 16bpp format (#348)
This commit is contained in:
@@ -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 }
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user