Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[spirv] Declare defaulted copy and move constructor for SpirvCodeBuffer.
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.
- Loading branch information