Mobile: Uncomment code required for fog rendering on clear color #79776
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This should fix #74187. I noticed these lines of code were commented out while looking into an unrelated issue. The equivalent lines of code are not commented out in the Forward+ (forward clustered) renderer, so I assume it's an error here,
I'm not entirely sure why the code here was commented out originally, only that it was commented out when the Mobile renderer was first added with #47059. Perhaps there was some issue this was working around? I wasn't able to identify any issues with uncommenting it now, so I assume there's no problem with this PR. I would like to know why it was commented out originally if anybody still remembers, so I can be certain there are no issues with uncommenting it now.