Added feature levels 12.0 and 12.1 to texconv
This commit is contained in:
parent
2d993b85f3
commit
115829ff09
@ -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 },
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user