We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 636699b commit 25090cbCopy full SHA for 25090cb
src/nbl/asset/utils/CHLSLCompiler.cpp
@@ -21,7 +21,7 @@ using namespace nbl;
21
using namespace nbl::asset;
22
using Microsoft::WRL::ComPtr;
23
24
-static constexpr const wchar_t* SHADER_MODEL_PROFILE = L"XX_6_2";
+static constexpr const wchar_t* SHADER_MODEL_PROFILE = L"XX_6_6";
25
26
namespace nbl::asset::hlsl::impl
27
{
0 commit comments