SetMaterialTexture method
Set texture for a material map type (MATERIAL_MAP_DIFFUSE, MATERIAL_MAP_SPECULAR...)
Implementation
void SetMaterialTexture(Pointer<MaterialC> material, int mapType, TextureC texture)
=> _SetMaterialTexture(material, mapType, texture);