Skip to content

Commit e3c404c

Browse files
Make DXC shut up about template variables
1 parent 9656f25 commit e3c404c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/nbl/asset/utils/CHLSLCompiler.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ class NBL_API2 CHLSLCompiler final : public IShaderCompiler
6161
L"-fvk-use-scalar-layout",
6262
L"-Wno-c++11-extensions",
6363
L"-Wno-c++1z-extensions",
64+
L"-Wno-c++14-extensions",
6465
L"-Wno-gnu-static-float-init",
6566
L"-fspv-target-env=vulkan1.3"
6667
};

0 commit comments

Comments
 (0)