Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix SPIRVCopyMemory::validate() (#2770)
The asserts should be checking the `Target` member variable; `Id` is not used for this class. Only fix the wrong asserts for now; proper handling and testing of `OpCopyMemory` will be done in a followup commit. Contributes to #2769
- Loading branch information