File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
src/scene/shader-lib/chunks-wgsl Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -196,8 +196,8 @@ import uv1VS from './lit/vert/uv1.js';
196196import uvTransformVS from './lit/vert/uvTransform.js' ;
197197import uvTransformUniformsPS from './lit/vert/uvTransformUniforms.js' ;
198198import viewDirPS from './lit/frag/viewDir.js' ;
199- // import webgpuPS from '../../../platform/graphics/shader-chunks/frag/webgpu.js';
200- // import webgpuVS from '../../../platform/graphics/shader-chunks/vert/webgpu.js';
199+ import webgpuPS from '../../../platform/graphics/shader-chunks/frag/webgpu-wgsl .js' ;
200+ import webgpuVS from '../../../platform/graphics/shader-chunks/vert/webgpu-wgsl .js' ;
201201
202202/**
203203 * Object containing all default WGSL shader chunks used by shader generators.
@@ -404,9 +404,9 @@ const shaderChunksWGSL = {
404404 uv1VS,
405405 uvTransformVS,
406406 uvTransformUniformsPS,
407- viewDirPS
408- // webgpuPS,
409- // webgpuVS
407+ viewDirPS,
408+ webgpuPS,
409+ webgpuVS
410410} ;
411411
412412export { shaderChunksWGSL } ;
You can’t perform that action at this time.
0 commit comments