Skip to content

Commit 1b6bba9

Browse files
authored
Android sogs fix (#7870)
1 parent bedb13f commit 1b6bba9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/scene/shader-lib/glsl/chunks/gsplat/frag/gsplatSogsReorder.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
export default /* glsl */`
2-
uniform sampler2D means_l;
3-
uniform sampler2D means_u;
4-
uniform sampler2D quats;
5-
uniform sampler2D scales;
6-
uniform sampler2D sh_labels;
2+
uniform highp sampler2D means_l;
3+
uniform highp sampler2D means_u;
4+
uniform highp sampler2D quats;
5+
uniform highp sampler2D scales;
6+
uniform highp sampler2D sh_labels;
77
88
uniform highp uint numSplats;
99

0 commit comments

Comments
 (0)