MCPcopy Create free account
hub / github.com/defold/defold / GetConstantName

Function GetConstantName

engine/render/src/render/constant.cpp:85–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85dmhash_t GetConstantName(HConstant constant)
86{
87 return constant->m_NameHash;
88}
89
90void SetConstantName(HConstant constant, dmhash_t name)
91{

Callers 10

TESTFunction · 0.85
GetRenderConstantFunction · 0.85
PushRenderConstantFunction · 0.85
FindRenderConstantFunction · 0.85
HashRenderConstantsFunction · 0.85
CopyRenderConstantsFunction · 0.85

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.68