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

Function GetConstantLocation

engine/render/src/render/constant.cpp:95–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93}
94
95dmGraphics::HUniformLocation GetConstantLocation(HConstant constant)
96{
97 return constant->m_Location;
98}
99
100void SetConstantLocation(HConstant constant, dmGraphics::HUniformLocation location)
101{

Callers 3

TESTFunction · 0.85
ApplyMaterialConstantsFunction · 0.85

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.68