mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-12-04 16:24:29 +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. |
||
---|---|---|
.. | ||
meson.build | ||
spirv_code_buffer.cpp | ||
spirv_code_buffer.h | ||
spirv_compression.cpp | ||
spirv_compression.h | ||
spirv_include.h | ||
spirv_instruction.h | ||
spirv_module.cpp | ||
spirv_module.h |