MCPcopy 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
90void SetConstantName(HConstant constant, dmhash_t name)
91{
92 constant->m_NameHash = name;
93}
94
95dmGraphics::HUniformLocation GetConstantLocation(HConstant constant)
96{

Callers 1

TESTFunction · 0.85

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.68