MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / writeLocal

Method writeLocal

Source/Engine/Visject/ShaderGraph.cpp:1073–1076  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1071}
1072
1073ShaderGenerator::Value ShaderGenerator::writeLocal(ValueType type, Node* caller)
1074{
1075 return writeLocal(type, caller, getLocalName(_localIndex++));
1076}
1077
1078ShaderGenerator::Value ShaderGenerator::writeLocal(ValueType type, Node* caller, const String& name)
1079{

Callers

nothing calls this directly

Calls 6

OnErrorFunction · 0.85
ShaderGraphValueClass · 0.85
FormatFunction · 0.50
VariantTypeFunction · 0.50
CastFunction · 0.50
WriteMethod · 0.45

Tested by

no test coverage detected