Skip to content
Merged
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 @@ -2793,7 +2793,7 @@ static void ClearLightLists( in BuildGPULightListParameters parameters,
// Note we clear the whole content and not just the header since it is fast enough, happens only in one frame and is a bit more robust
// to changes to the inner workings of the lists.
// Also, we clear all the lists and to be resilient to changes in pipeline.
if (hdCamera.frameSettings.IsEnabled(FrameSettingsField.BigTilePrepass))
if (parameters.runBigTilePrepass)
ClearLightList(parameters, cmd, resources.tileAndClusterData.bigTileLightList);
ClearLightList(parameters, cmd, resources.tileAndClusterData.lightList);
ClearLightList(parameters, cmd, resources.tileAndClusterData.perVoxelOffset);
Expand Down