浏览代码

LUTPass: Remove redundant precision qualifier. (#27945)

Michael Herzog 1 年之前
父节点
当前提交
f2876ce8dc
共有 1 个文件被更改,包括 0 次插入2 次删除
  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;