Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes a crash on replaying a fastforwarded trace
If acceleration structure is updated with template, the pNext was not filled, as it is not used for update with template. The state recreation, however, uses ordinary descriptor update call, so pNext must be filled. This changes creates relevant struct and copies it's contents to pNext for state recreation. Change-Id: If42324ff887db6d591b55c10072f5f5ad81d6f2e
- Loading branch information