We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bedb13f commit 1b6bba9Copy full SHA for 1b6bba9
src/scene/shader-lib/glsl/chunks/gsplat/frag/gsplatSogsReorder.js
@@ -1,9 +1,9 @@
1
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;
+ uniform highp sampler2D means_l;
+ uniform highp sampler2D means_u;
+ uniform highp sampler2D quats;
+ uniform highp sampler2D scales;
+ uniform highp sampler2D sh_labels;
7
8
uniform highp uint numSplats;
9
0 commit comments