MCPcopy Create free account
hub / github.com/csyonghe/Spire / PrintPatchInputReference

Method PrintPatchInputReference

Source/SpireCore/GLSLCodeGen.cpp:54–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52 }
53
54 void PrintPatchInputReference(StringBuilder& sb, ILRecordType* recType, String inputName, String componentName) override
55 {
56 String declName = componentName;
57 declName = AddWorldNameSuffix(declName, recType->ToString());
58 sb << declName;
59 }
60
61 void PrintDefaultInputReference(StringBuilder& sb, ILRecordType* /*recType*/, String inputName, String componentName) override
62 {

Callers

nothing calls this directly

Calls 2

AddWorldNameSuffixFunction · 0.85
ToStringMethod · 0.45

Tested by

no test coverage detected