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

Function create

source/MaterialXGenSlang/SlangSyntax.h:24–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22 SlangSyntax(TypeSystemPtr typeSystem);
23
24 static SyntaxPtr create(TypeSystemPtr typeSystem) { return std::make_shared<SlangSyntax>(typeSystem); }
25
26 const string& getInputQualifier() const override { return INPUT_QUALIFIER; }
27 const string& getOutputQualifier() const override { return OUTPUT_QUALIFIER; }

Callers 1

SlangShaderGeneratorMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected