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

Use LOAD_OP_LOAD for DSV in swapchain load render pass #469

Merged
merged 1 commit into from
May 28, 2024

Conversation

apazylbe
Copy link
Collaborator

We create convenience render passes that write to swapchain images. One set with LOAD_OP_CLEAR and one with LOAD_OP_LOAD. Previously LOAD_OP_LOAD render passes used LOAD_OP_CLEAR for depth stencil attachment, now we will use LOAD_OP_LOAD.

Tested by modifying dynamic rendering sample to use regular render passes.

Fixes #467

We create convenience render passes that write to swapchain images.
One set with LOAD_OP_CLEAR and one with LOAD_OP_LOAD. Previously
LOAD_OP_LOAD render passes used LOAD_OP_CLEAR for depth stencil
attachment, now we will use LOAD_OP_LOAD.

Tested by modifying dynamic rendering sample to use regular render
passes.

Fixes google#467
@apazylbe apazylbe requested a review from Keenuts May 24, 2024 18:27
@apazylbe apazylbe merged commit 7e8b8a7 into google:main May 28, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants