Skip to content

Commit 9613f5f

Browse files
author
Chris Hellmuth
committed
Don't want mx_funcs yet
1 parent 749b247 commit 9613f5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/MaterialXGenOsl/OslShaderGenerator.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ void OslShaderGenerator::emitLibraryIncludes(ShaderStage& stage, GenContext& con
346346
static const string INCLUDE_SUFFIX = "\"";
347347
static const StringVec INCLUDE_FILES =
348348
{
349-
"mx_funcs.h"
349+
// "mx_funcs.h"
350350
};
351351

352352
for (const string& file : INCLUDE_FILES)

0 commit comments

Comments
 (0)