Revert "ui: brighten cameraview (#29744)"

This reverts commit a08cdfdda7.
This commit is contained in:
Adeeb Shihadeh
2023-09-30 15:14:48 -07:00
parent a21437a708
commit 023792c431
-2
View File
@@ -41,8 +41,6 @@ const char frame_fragment_shader[] =
"out vec4 colorOut;\n"
"void main() {\n"
" colorOut = texture(uTexture, vTexCoord);\n"
// gamma to improve worst case visibility when dark
" colorOut.rgb = pow(colorOut.rgb, vec3(1.0/1.28));\n"
"}\n";
#else
const char frame_fragment_shader[] =