Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7305dc4f authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 8566921 from df2e6cb2 to tm-release

Change-Id: I3eb2ac1d753e1a03384fcb9b9085bf8249f64f85
parents ba21e333 df2e6cb2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -78,7 +78,7 @@ void generateEOTF(ui::Dataspace dataspace, std::string& shader) {
            shader.append(R"(

                float EOTF_sRGB(float srgb) {
                    return srgb <= 0.08125 ? srgb / 4.50 : pow((srgb + 0.099) / 1.099, 0.45);
                    return srgb <= 0.08125 ? srgb / 4.50 : pow((srgb + 0.099) / 1.099, 1 / 0.45);
                }

                float3 EOTF_sRGB(float3 srgb) {