| 380 | } |
| 381 | |
| 382 | uint32_t GetMaterialSamplerUnit(HMaterial material, dmhash_t name_hash) |
| 383 | { |
| 384 | return GetProgramSamplerUnit(material->m_Samplers, name_hash); |
| 385 | } |
| 386 | |
| 387 | HSampler GetMaterialSampler(HMaterial material, uint32_t unit) |
| 388 | { |
no test coverage detected