Commit 8e3c705
Compile the HDRP path tracing shader only for the supported d3d platforms
The compilation of the HDRP path tracing shader timeouts on some consoles. The issue can be reproduced just by switching to the PS5 platform.
https://jira.unity3d.com/browse/UUM-72861
Due to hardware/API limitations, the path tracer is only fully functional on d3d platforms right now, so with my PR we only target these platforms.1 parent 4a4aa11 commit 8e3c705
File tree
1 file changed
+3
-0
lines changed- Packages/com.unity.render-pipelines.high-definition/Runtime/RenderPipeline/PathTracing/Shaders
1 file changed
+3
-0
lines changedLines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
4 | 7 | | |
5 | 8 | | |
6 | 9 | | |
| |||
0 commit comments