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