We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b218335 commit 527f01fCopy full SHA for 527f01f
1 file changed
source/MaterialXGenMdl/MdlShaderGenerator.h
@@ -100,7 +100,7 @@ class MX_GENMDL_API MdlShaderGenerator : public ShaderGenerator
100
/// Get the version number suffix appended to MDL modules that use versions.
101
const string& getMdlVersionFilenameSuffix(GenContext& context) const;
102
103
- /// Emit type definitions for all data types that needs it.
+ /// Emit type definitions for all data types that need them.
104
void emitTypeDefinitions(GenContext& context, ShaderStage& stage) const override;
105
106
protected:
0 commit comments