| 690 | } |
| 691 | |
| 692 | HRenderContext GetMaterialRenderContext(HMaterial material) |
| 693 | { |
| 694 | return material->m_RenderContext; |
| 695 | } |
| 696 | |
| 697 | void SetMaterialVertexSpace(HMaterial material, dmRenderDDF::MaterialDesc::VertexSpace vertex_space) |
| 698 | { |
no outgoing calls
no test coverage detected