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

Commit b5993f7d authored by Shirley Qian's avatar Shirley Qian Committed by Android (Google) Code Review
Browse files

Merge "Fix null pointer exception of AGSL string." into main

parents 2fecc801 86201289
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ import org.intellij.lang.annotations.Language

object BackgroundGlowShader {
    @Language("AGSL")
    val FRAG_SHADER =
    const val FRAG_SHADER =
        ShaderUtilLibrary.SHADER_LIB +
            """
    uniform float2 resolution;
@@ -54,5 +54,4 @@ object BackgroundGlowShader {
        return combinedGradients;
    }
"""
                .trimIndent()
}