| 404 | } |
| 405 | |
| 406 | dmGraphics::HProgram GetMaterialProgram(HMaterial material) |
| 407 | { |
| 408 | return material->m_Program; |
| 409 | } |
| 410 | |
| 411 | void GetMaterialProgramAttributeMetadata(HMaterial material, dmGraphics::VertexAttributeInfoMetadata* metadata) |
| 412 | { |
no outgoing calls