diff options
| author | Jonathan "Geenz" Goodman <geenz@geenzo.com> | 2023-04-08 19:30:58 -0700 |
|---|---|---|
| committer | Jonathan "Geenz" Goodman <geenz@geenzo.com> | 2023-04-08 19:30:58 -0700 |
| commit | 82ba39d2ff6eb0067bcb384246541eb54e206cd9 (patch) | |
| tree | be3343783622fddc3b543b7563033f78bf4a95e8 /indra/newview/llviewerdisplay.cpp | |
| parent | 474739226433a74cdca05a949586139a9c9c0bbd (diff) | |
Start moving our post process into methods.
Lets make post processing make sense again.
DRTVWR-559
SL-19524
SL-19513
Diffstat (limited to 'indra/newview/llviewerdisplay.cpp')
| -rw-r--r-- | indra/newview/llviewerdisplay.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/llviewerdisplay.cpp b/indra/newview/llviewerdisplay.cpp index 59333b6cee..a44452f0d1 100644 --- a/indra/newview/llviewerdisplay.cpp +++ b/indra/newview/llviewerdisplay.cpp @@ -1307,9 +1307,6 @@ void render_ui(F32 zoom_factor, int subfield) gGL.popMatrix(); } - // Render our post process prior to the HUD, UI, etc. - gPipeline.renderPostProcess(); - // apply gamma correction and post effects gPipeline.renderFinalize(); |
