Skip to content

Fix SSGI when enabled in rendergraph #2142

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

Merged
merged 3 commits into from
Oct 9, 2020

Conversation

FrancescoC-unity
Copy link
Contributor

SSGI was calling m_SharedRTManager in the prepare parameters function which is also used in RG mode. However m_SharedRTManager is not valid when in rendergraph.

This is fixed by passing the depth mip info from outside so that we can pass it properly in both cases.

@github-actions
Copy link

github-actions bot commented Oct 9, 2020

It appears that you made a non-draft PR!
Please convert your PR to draft (button on the right side of the page)
and cancel any jobs that started on Yamato.
See the PR template for more information.
Thank you!

@sebastienlagarde sebastienlagarde removed the request for review from a team October 9, 2020 16:49
@sebastienlagarde
Copy link
Contributor

Removing QA, merging in 10.1, it will be check in the package.

@sebastienlagarde sebastienlagarde merged commit d0f4890 into HDRP/staging Oct 9, 2020
@sebastienlagarde sebastienlagarde deleted the HDRP/fix-ssgi-in-rendergraph branch October 9, 2020 16:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants