We need to be able to signal a MTLSharedEvent when a command stream has been processed. In order to do this, we'll need an extension to ANGLE that will allow us to pass the MTLSharedEvent down into the ANGLE Metal backend where it can be used. It's likely that this extension would be specific to Metal, but there is also the chance that other ANGLE backends might want something like this.
rdar://83207470
Pull request: https://github.com/WebKit/WebKit/pull/3004