Skip to content
Commit fcf24d98 authored by Xaver Hugl's avatar Xaver Hugl
Browse files

plugins/backgroundcontrast: use the same texture format as the main framebuffer

With color management, the main framebuffer has values over 1. As the effect used GL_RGBA8 for its
fbos, all values in them got clamped to 1, making the result look much darker than it should be. To
fix that, this commit changes it to use the same format as the main framebuffer, ensuring that the
range of values that can be stored is the same
parent 47c415c1
Pipeline #445756 passed with stage
in 8 minutes and 36 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment