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

Function SetConstantLocation

engine/render/src/render/constant.cpp:100–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98}
99
100void SetConstantLocation(HConstant constant, dmGraphics::HUniformLocation location)
101{
102 constant->m_Location = location;
103}
104
105dmRenderDDF::MaterialDesc::ConstantType GetConstantType(HConstant constant)
106{

Callers 2

TESTFunction · 0.85
SetProgramConstantValuesFunction · 0.85

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.68