1
0
mirror of https://github.com/microsoft/DirectXTex synced 2024-11-21 20:10:05 +00:00

Added texconv bptc, bptc_float aliases

This commit is contained in:
Chuck Walbourn 2019-08-22 17:31:58 -07:00
parent 49537314c5
commit 4cf8c779cc

View File

@ -299,6 +299,9 @@ const SValue g_pFormatAliases[] =
{ L"FP16", DXGI_FORMAT_R16G16B16A16_FLOAT },
{ L"FP32", DXGI_FORMAT_R32G32B32A32_FLOAT },
{ L"BPTC", DXGI_FORMAT_BC7_UNORM },
{ L"BPTC_FLOAT", DXGI_FORMAT_BC6H_UF16 },
{ nullptr, DXGI_FORMAT_UNKNOWN }
};