SetMaterialTexture method
Implementation
@override
void SetMaterialTexture(
MaterialD material,
MaterialMapIndex mapType,
TextureD texture,
) => run(
() => RaylibDebugLabels.SetMaterialTexture(material, mapType, texture),
() => material.maps[mapType.value].texture = texture,
);