File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
com.unity.render-pipelines.core/Runtime/RenderGraph
com.unity.render-pipelines.high-definition Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -649,6 +649,7 @@ public RenderGraphExecution RecordAndExecute(in RenderGraphParameters parameters
649
649
m_CurrentFrameIndex = parameters . currentFrameIndex ;
650
650
m_CurrentExecutionName = parameters . executionName != null ? parameters . executionName : "RenderGraphExecution" ;
651
651
m_HasRenderGraphBegun = true ;
652
+ m_RendererListCulling = parameters . rendererListCulling ;
652
653
653
654
m_Resources . BeginRenderGraph ( m_ExecutionCount ++ ) ;
654
655
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
18
18
- Fixed a crash with render graph viewer when render graph is not provided with an execution name.
19
19
- Fixed Tile/Cluster Debug in the Rendering Debugger for Decal and Local Volumetric Fog
20
20
- Fixed the behavior the max ray length for recursive rendering to match RTR and rasterization.
21
+ - Fixed issue with automatic RendererList culling option getting ignored (case 1388854).
21
22
22
23
## [ 13.1.4] - 2021-12-04
23
24
You can’t perform that action at this time.
0 commit comments