Explorar o código

LUTPass: Remove redundant precision qualifier. (#27945)

Michael Herzog hai 1 ano
pai
achega
f2876ce8dc
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      examples/jsm/postprocessing/LUTPass.js

+ 0 - 2
examples/jsm/postprocessing/LUTPass.js

@@ -29,8 +29,6 @@ const LUTShader = {
 	fragmentShader: /* glsl */`
 
 		uniform float lutSize;
-
-		precision highp sampler3D;
 		uniform sampler3D lut;
 
 		varying vec2 vUv;