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:
parent
7bc84d52c4
commit
6c6c910af3
@ -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 },
|
||||
};
|
||||
}
|
||||
|
@ -457,6 +457,7 @@ namespace
|
||||
{ L"11.1", 16384 },
|
||||
{ L"12.0", 16384 },
|
||||
{ L"12.1", 16384 },
|
||||
{ L"12.2", 16384 },
|
||||
{ nullptr, 0 },
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user