forked from baldurk/renderdoc
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use the allocation size of the pointer argument not the allocation size of the memory backing variable (stack or global) For Atomic* operations: * use the pointer argument as the variable input instead of the memory backing variable (static or global) * copy just the res value into the result variable instead of the whole res variable * use the pointer argument variable as the source pointer argument instead of the memory backing variable * record changes to the pointer argument variable as well as to the memory backing variable
- Loading branch information
Showing
1 changed file
with
22 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters