Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
85
dmhash_t GetConstantName(HConstant constant)
86
{
87
return constant->m_NameHash;
88
}
89
90
void SetConstantName(HConstant constant, dmhash_t name)
91
{
Callers
10
TEST
Function · 0.85
GetRenderConstant
Function · 0.85
GetMaterialConstantNameHash
Function · 0.85
GetMaterialProgramConstantInfo
Function · 0.85
GetComputeProgramConstantNameHash
Function · 0.85
PushRenderConstant
Function · 0.85
FindRenderConstant
Function · 0.85
HashRenderConstants
Function · 0.85
CopyRenderConstants
Function · 0.85
CloneRenderConstantsCallback
Function · 0.85
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.68