Commit 85f8877
[HDRP] Fix rendering issues for the first frame (#2836)
* Fix first frame exposure, depth pyramid / AO
* Update changelog
* Comment
* Typo
* Add missing RenderGraphBuilder.ReadTexture call
* Move ComputePackedMipChainInfo at the beginning of ExecuteWithRenderGraph
Co-authored-by: sebastienlagarde <[email protected]>1 parent 7339d48 commit 85f8877
File tree
3 files changed
+5
-3
lines changed- com.unity.render-pipelines.high-definition
- Runtime
- PostProcessing
- RenderPipeline
3 files changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
com.unity.render-pipelines.high-definition/Runtime/PostProcessing/PostProcessSystem.RenderGraph.cs
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
317 | 317 | | |
318 | 318 | | |
319 | 319 | | |
320 | | - | |
321 | | - | |
322 | | - | |
| 320 | + | |
323 | 321 | | |
324 | 322 | | |
325 | 323 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
37 | 40 | | |
38 | 41 | | |
39 | 42 | | |
| |||
0 commit comments