Skip to content

Commit

Permalink
[Impeller] fix Adreno precision issue in gaussian downsample.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahwilliams committed Dec 15, 2024
1 parent 159090f commit 58cc237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion impeller/entity/shaders/downsample.glsl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

precision mediump float;
precision highp float;

#include <impeller/constants.glsl>
#include <impeller/types.glsl>
Expand Down

0 comments on commit 58cc237

Please sign in to comment.