1
0
mirror of https://github.com/microsoft/DirectXTex synced 2024-11-21 12:00:06 +00:00

texassemble/texconv: Added feature level 12.2

This commit is contained in:
Chuck Walbourn 2021-10-29 15:46:20 -07:00
parent 7bc84d52c4
commit 6c6c910af3
2 changed files with 5 additions and 0 deletions

View File

@ -320,6 +320,7 @@ namespace
{ L"11.1", 16384 },
{ L"12.0", 16384 },
{ L"12.1", 16384 },
{ L"12.2", 16384 },
{ nullptr, 0 },
};
@ -334,6 +335,7 @@ namespace
{ L"11.1", 16384 },
{ L"12.0", 16384 },
{ L"12.1", 16384 },
{ L"12.2", 16384 },
{ nullptr, 0 },
};
@ -348,6 +350,7 @@ namespace
{ L"11.1", 2048 },
{ L"12.0", 2048 },
{ L"12.1", 2048 },
{ L"12.2", 2048 },
{ nullptr, 0 },
};
@ -362,6 +365,7 @@ namespace
{ L"11.1", 2048 },
{ L"12.0", 2048 },
{ L"12.1", 2048 },
{ L"12.2", 2048 },
{ nullptr, 0 },
};
}

View File

@ -457,6 +457,7 @@ namespace
{ L"11.1", 16384 },
{ L"12.0", 16384 },
{ L"12.1", 16384 },
{ L"12.2", 16384 },
{ nullptr, 0 },
};
}