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 49c24a6 commit ba8e78d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/MaterialXGenGlsl/Nodes/HeightToNormalNodeGlsl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ ShaderNodeImplPtr HeightToNormalNodeGlsl::create()
return std::make_shared<HeightToNormalNodeGlsl>();
}

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

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

0 comments on commit ba8e78d

Please sign in to comment.