tristanlabelle / swift-winrt

A Swift bindings generator for WinRT APIs
MIT License
15 stars 1 forks source link

Call GetActivationFactory once per type #112

Open tristanlabelle opened 3 months ago

tristanlabelle commented 3 months ago

All factories and static interfaces should live on the same object based on the shape of DllGetActivationFactory, so we should only call it once and then QI for other interfaces as to minimize string-based lookups.