mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-01-21 02:52:10 +01:00
6d14fffdbd
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.