Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -650,6 +650,7 @@ public RenderGraphExecution RecordAndExecute(in RenderGraphParameters parameters
m_CurrentFrameIndex = parameters.currentFrameIndex;
m_CurrentExecutionName = parameters.executionName != null ? parameters.executionName : "RenderGraphExecution";
m_HasRenderGraphBegun = true;
m_RendererListCulling = parameters.rendererListCulling;

m_Resources.BeginRenderGraph(m_ExecutionCount++);

Expand Down
2 changes: 1 addition & 1 deletion com.unity.render-pipelines.high-definition/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Fixed issue of index for APV running out space way before it should.
- Fixed issue during reloading scenes in a set when one of the scenes has been renamed.
- Fixed Local Volumetric Fog tooltips.

- Fixed issue with automatic RendererList culling option getting ignored (case 1388854).

### Changed
- Converted most TGA textures files to TIF to reduce the size of HDRP material samples.
Expand Down