mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-02-08 01:54:15 +01:00
If a type has a destructor it will not get an implicit move constructor. But if we declare a defaulted move constructor then we will get the copy constructor deleted. So declare both to be defaulted. Cuts 8.8% off shader translation time during loading in Overwatch 2.