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 9656f25 commit e3c404cCopy full SHA for e3c404c
include/nbl/asset/utils/CHLSLCompiler.h
@@ -61,6 +61,7 @@ class NBL_API2 CHLSLCompiler final : public IShaderCompiler
61
L"-fvk-use-scalar-layout",
62
L"-Wno-c++11-extensions",
63
L"-Wno-c++1z-extensions",
64
+ L"-Wno-c++14-extensions",
65
L"-Wno-gnu-static-float-init",
66
L"-fspv-target-env=vulkan1.3"
67
};
0 commit comments