- Fixed the ray tracing fallbacks being broken since an Nvidia Driver Update. by anisunity · Pull Request #6424 · Unity-Technologies/Graphics · GitHub
Skip to content

- Fixed the ray tracing fallbacks being broken since an Nvidia Driver Update.#6424

Merged
sebastienlagarde merged 2 commits into
masterfrom
HDRP/fix-rt-fallback-driver-update
Nov 29, 2021
Merged

- Fixed the ray tracing fallbacks being broken since an Nvidia Driver Update.#6424
sebastienlagarde merged 2 commits into
masterfrom
HDRP/fix-rt-fallback-driver-update

Conversation

@anisunity

Copy link
Copy Markdown
Contributor

After a recent update the saturate(x * FLT_MAX) is not reliable anymore for a fallback to derivative. A different variant of the same approach replaces saturate(x * 1e7) which make the tests pass locally on GPUs with the latest drivers.

Testing status
All the DXR tests are now passing locally.

@github-actions

Copy link
Copy Markdown

@sebastienlagarde

Copy link
Copy Markdown
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants