types.d.ts

webgpu-based path tracer

src/shaders/types.d.ts

79 B
declare module "*.wgsl" {
  const shader: "string";
  export default shader;
}