Added feature levels 12.0 and 12.1 to texconv

This commit is contained in:
Chuck Walbourn 2015-11-02 17:03:41 -08:00
parent 2d993b85f3
commit 115829ff09

View File

@ -303,6 +303,8 @@ SValue g_pFeatureLevels[] = // valid feature levels for -fl for maximimum si
{ L"10.1", 8192 },
{ L"11.0", 16384 },
{ L"11.1", 16384 },
{ L"12.0", 16384 },
{ L"12.1", 16384 },
{ nullptr, 0 },
};