From 115829ff093c8077f1c15c10262bbf7ef96e8dbf Mon Sep 17 00:00:00 2001 From: Chuck Walbourn Date: Mon, 2 Nov 2015 17:03:41 -0800 Subject: [PATCH] Added feature levels 12.0 and 12.1 to texconv --- Texconv/texconv.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Texconv/texconv.cpp b/Texconv/texconv.cpp index 6447b1e..31015ba 100644 --- a/Texconv/texconv.cpp +++ b/Texconv/texconv.cpp @@ -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 }, };