Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Backport to 17] Fix SPIRVCopyMemory::validate() (KhronosGroup#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 KhronosGroup#2769 (cherry picked from commit 9d2926d)
- Loading branch information