Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ SetConstantName
Function
SetConstantName
engine/render/src/render/constant.cpp:90–93 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
88
}
89
90
void SetConstantName(HConstant constant, dmhash_t name)
91
{
92
constant->m_NameHash = name;
93
}
94
95
dmGraphics::HUniformLocation GetConstantLocation(HConstant constant)
96
{
Callers
1
TEST
Function · 0.85
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.68