File tree 3 files changed +0
-13
lines changed
3 files changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,6 @@ import falloffLinearPS from './lit/frag/falloffLinear.js';
37
37
// import floatAsUintPS from './common/frag/float-as-uint.js';
38
38
import fogPS from './common/frag/fog.js' ;
39
39
import fresnelSchlickPS from './lit/frag/fresnelSchlick.js' ;
40
- // import fullscreenQuadPS from './common/frag/fullscreenQuad.js';
41
40
import fullscreenQuadVS from './common/vert/fullscreenQuad.js' ;
42
41
import gammaPS from './common/frag/gamma.js' ;
43
42
import glossPS from './standard/frag/gloss.js' ;
@@ -247,7 +246,6 @@ const shaderChunksWGSL = {
247
246
// floatAsUintPS,
248
247
fogPS,
249
248
fresnelSchlickPS,
250
- // fullscreenQuadPS,
251
249
fullscreenQuadVS,
252
250
gammaPS,
253
251
glossPS,
Original file line number Diff line number Diff line change @@ -37,7 +37,6 @@ import falloffLinearPS from './lit/frag/falloffLinear.js';
37
37
import floatAsUintPS from './common/frag/float-as-uint.js' ;
38
38
import fogPS from './common/frag/fog.js' ;
39
39
import fresnelSchlickPS from './lit/frag/fresnelSchlick.js' ;
40
- import fullscreenQuadPS from './common/frag/fullscreenQuad.js' ;
41
40
import fullscreenQuadVS from './common/vert/fullscreenQuad.js' ;
42
41
import gammaPS from './common/frag/gamma.js' ;
43
42
import gles3PS from '../../../platform/graphics/shader-chunks/frag/gles3.js' ;
@@ -252,7 +251,6 @@ const shaderChunks = {
252
251
floatAsUintPS,
253
252
fogPS,
254
253
fresnelSchlickPS,
255
- fullscreenQuadPS,
256
254
fullscreenQuadVS,
257
255
gammaPS,
258
256
gles3PS,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments