Skip to content

Commit

Permalink
WebGPURenderer: Export texturePass node (#963)
Browse files Browse the repository at this point in the history
  • Loading branch information
Methuselah96 authored May 18, 2024
1 parent c6fcdfa commit 41cd8e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/three/examples/jsm/nodes/Nodes.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ export {
export { default as ViewportSharedTextureNode, viewportSharedTexture } from "./display/ViewportSharedTextureNode.js";
export { default as ViewportTextureNode, viewportMipTexture, viewportTexture } from "./display/ViewportTextureNode.js";

export { default as PassNode, depthPass, pass, PassNodeScope } from "./display/PassNode.js";
export { default as PassNode, depthPass, pass, PassNodeScope, texturePass } from "./display/PassNode.js";

// code
export { code, CodeNodeInclude, default as CodeNode, glsl, js, wgsl } from "./code/CodeNode.js";
Expand Down

0 comments on commit 41cd8e4

Please sign in to comment.