| 432 | } |
| 433 | |
| 434 | void SetMaterialProgramConstantType(HMaterial material, dmhash_t name_hash, dmRenderDDF::MaterialDesc::ConstantType type) |
| 435 | { |
| 436 | SetProgramConstantType(material->m_Constants, name_hash, type); |
| 437 | } |
| 438 | |
| 439 | bool GetMaterialProgramConstant(HMaterial material, dmhash_t name_hash, HConstant& out_value) |
| 440 | { |
no test coverage detected