Skip to content

Commit a8420a7

Browse files
committed
Disabled the genslang test generating files. This matches genglsl.
1 parent e9cefcc commit a8420a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/MaterialXTest/MaterialXGenSlang/GenSlang.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ TEST_CASE("GenShader: Slang Shader Generation", "[genslang]")
151151
generator = mx::SlangShaderGenerator::create();
152152

153153
const mx::FilePath logPath("genslang_generate_test.txt");
154-
SlangShaderGeneratorTester tester(generator, testRootPaths, searchPath, logPath, true);
154+
SlangShaderGeneratorTester tester(generator, testRootPaths, searchPath, logPath, false);
155155

156156
// Handle resource binding layouts if requested.
157157
const mx::GenOptions genOptions;

0 commit comments

Comments
 (0)