Loading packages/SystemUI/compose/features/src/com/android/systemui/ambientcue/ui/shader/BackgroundGlowShader.kt +1 −2 Original line number Diff line number Diff line Loading @@ -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; Loading Loading @@ -54,5 +54,4 @@ object BackgroundGlowShader { return combinedGradients; } """ .trimIndent() } Loading
packages/SystemUI/compose/features/src/com/android/systemui/ambientcue/ui/shader/BackgroundGlowShader.kt +1 −2 Original line number Diff line number Diff line Loading @@ -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; Loading Loading @@ -54,5 +54,4 @@ object BackgroundGlowShader { return combinedGradients; } """ .trimIndent() }