Skip to content

Fix issues for dx12(2)#2811

Open
zongdu-arm wants to merge 2 commits intoLunarG:devfrom
zongdu-arm:fix_issues_for_dx12
Open

Fix issues for dx12(2)#2811
zongdu-arm wants to merge 2 commits intoLunarG:devfrom
zongdu-arm:fix_issues_for_dx12

Conversation

@zongdu-arm
Copy link
Copy Markdown
Contributor

@zongdu-arm zongdu-arm commented Mar 24, 2026

  1. Fixed a crash where the OpenExistingHeapFromFileMapping and OpenExistingHeapFromAddress1 methods were missing.
  2. Fixed an issue where the SetPrivateDataInterface method was missing during trimming.
  3. Fixed a reference count error in the private data interface, causing a replay crash when releasing resource objects.
  4. Fixed an issue with ID3D10Blob trimmed capture: the ID3D10Blob creation command released it in tracking state, not written to the trimmed file.
  5. Fixed the heap flags with D3D12_HEAP_FLAG_ALLOW_WRITE_WATCH using UseWriteWatch.
  6. Updated the clang-format code.

Track in #2843

@zongdu-arm zongdu-arm requested a review from a team as a code owner March 24, 2026 07:13
@zongdu-arm zongdu-arm force-pushed the fix_issues_for_dx12 branch 3 times, most recently from db7abd8 to 4628883 Compare March 24, 2026 07:44
@zongdu-arm
Copy link
Copy Markdown
Contributor Author

@fabian-lunarg , @davidd-lunarg, @locke-lunarg
Could you review this PR?

@zongdu-arm zongdu-arm force-pushed the fix_issues_for_dx12 branch from 4628883 to fa33340 Compare March 27, 2026 04:44
1. Fixed a crash where the `OpenExistingHeapFromFileMapping` and `OpenExistingHeapFromAddress1` methods were missing.
2. Fixed an issue where the `SetPrivateDataInterface` method was missing during trimming.
3. Fixed a reference count error in the private data interface, causing a replay crash when releasing resource objects.
4. Fixed an issue with ID3D10Blob trimmed capture: the ID3D10Blob creation command released it in tracking state, not written to the trimmed file.
5. Fixed the heap flags with D3D12_HEAP_FLAG_ALLOW_WRITE_WATCH using UseWriteWatch.
6. Updated the `clang-format` code.
@zongdu-arm zongdu-arm force-pushed the fix_issues_for_dx12 branch from fa33340 to 34a18be Compare March 31, 2026 10:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant