-
Notifications
You must be signed in to change notification settings - Fork 140
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[D3D11] Fixed SRC/UAV tracking in D3D11ResourceHeap.
D3DSubresourceLocator::index must be default initialized to -1 instead of 0. Otherwise, subresourceContext.newIndex will be initialized with wrong value and GarbageCollectSubresource() will crash.
- Loading branch information
1 parent
3f2c786
commit cf877ae
Showing
2 changed files
with
5 additions
and
5 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
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