Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix some assertions and VK validation errors with the latest SDK v1.3.275. #38

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Conversation

overdesigned
Copy link

  • Remove some incorrect flags in D3D12ResourceFlagsToRps.
  • Allow non zero-terminated strings to be used as NodeDecl name.
  • Allow multiple compatible access flags on the same subresource by the same node.
  • Fix some missing and incorrect return code checks.
  • Fix incorrect cmd range when printing cmd batches in ScheduleDebugPrintPhase.
  • Avoid transitioning unaccessed persistent resources by marking them unaccessed. This caused barriers on currently presenting swapchain images.
  • Fix crash in visualizer when graph is empty.
  • Fix various validation errors with SDK 1.3.275.

@overdesigned overdesigned force-pushed the pr/fix_validation_errors branch from 022aafb to e2eaf97 Compare May 17, 2024 21:14
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