mirror of
https://github.com/microsoft/DirectXTex.git
synced 2025-07-15 06:20:14 +02:00
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"10.1", 8192 },
|
||||||
{ L"11.0", 16384 },
|
{ L"11.0", 16384 },
|
||||||
{ L"11.1", 16384 },
|
{ L"11.1", 16384 },
|
||||||
|
{ L"12.0", 16384 },
|
||||||
|
{ L"12.1", 16384 },
|
||||||
{ nullptr, 0 },
|
{ nullptr, 0 },
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user