MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/MaterialX / getOutputTypeName

Method getOutputTypeName

source/MaterialXGenMsl/MslSyntax.cpp:340–344  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

338}
339
340string MslSyntax::getOutputTypeName(TypeDesc type) const
341{
342 const TypeSyntax& syntax = getTypeSyntax(type);
343 return "thread " + syntax.getName() + "&";
344}
345
346bool MslSyntax::typeSupported(const TypeDesc* type) const
347{

Callers 8

DEFINE_SHADER_STAGEFunction · 0.45
DEFINE_SHADER_STAGEFunction · 0.45
GenSlang.cppFile · 0.45
GenMsl.cppFile · 0.45
GenMdl.cppFile · 0.45
GenOsl.cppFile · 0.45
GenGlsl.cppFile · 0.45
emitShaderOutputsMethod · 0.45

Calls 1

getNameMethod · 0.45

Tested by

no test coverage detected