Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/MaterialXTest/MaterialXGenSlang/GenSlang.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ TEST_CASE("GenShader: Slang Shader Generation", "[genslang]")
generator = mx::SlangShaderGenerator::create();

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

// Handle resource binding layouts if requested.
const mx::GenOptions genOptions;
Expand Down
1 change: 1 addition & 0 deletions source/MaterialXTest/MaterialXGenSlang/GenSlang.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ class SlangShaderGeneratorTester : public GenShaderUtil::ShaderGeneratorTester
{
_skipNodeDefs.insert("ND_displacement_float");
_skipNodeDefs.insert("ND_displacement_vector3");
_skipNodeDefs.insert("ND_lightcompoundtest");
ParentClass::addSkipNodeDefs();
}

Expand Down