public static void SetGraphicsAPIs(BuildTarget platform, UnityEngine.Rendering.GraphicsDeviceType[] apis)
 {
     SetGraphicsAPIsImpl(platform, apis);
     // we do cache api list in player settings editor, so if we update from script we should forcibly update cache
     PlayerSettingsEditor.SyncPlatformAPIsList(platform);
 }