| 437 | } |
| 438 | |
| 439 | bool GetMaterialProgramConstant(HMaterial material, dmhash_t name_hash, HConstant& out_value) |
| 440 | { |
| 441 | return GetProgramConstant(material->m_Constants, name_hash, out_value); |
| 442 | } |
| 443 | |
| 444 | bool GetMaterialProgramConstantInfo(HMaterial material, dmhash_t name_hash, dmhash_t* out_constant_id, dmhash_t* out_element_ids[4], uint32_t* out_element_index, uint16_t* out_array_size) |
| 445 | { |