Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jstone-lucasfilm authored Oct 18, 2023
1 parent ba8e78d commit d4c85a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/MaterialXGenMsl/Nodes/HeightToNormalNodeMsl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ ShaderNodeImplPtr HeightToNormalNodeMsl::create()
return std::make_shared<HeightToNormalNodeMsl>();
}

// override removes undesirable parent ConvolutionNode shader code
void HeightToNormalNodeMsl::createVariables(const ShaderNode&, GenContext&, Shader&) const
{
// Default filter kernels from ConvolutionNode are not used by this derived class.
}

void HeightToNormalNodeMsl::computeSampleOffsetStrings(const string& sampleSizeName, const string& offsetTypeString,
Expand Down

0 comments on commit d4c85a7

Please sign in to comment.