📄 threejs/Core/Renderers/WGSLNodeFunction

File: WGSLNodeFunction.md | Updated: 11/15/2025


title: WGSLNodeFunction category: Core layout: docs

WGSLNodeFunction

This class represents a WSL node function.

Constructor

new WGSLNodeFunction( source : string )

Constructs a new WGSL node function.

source | The WGSL source.
---|---

Methods

.getCode( name : string ) : string

This method returns the WGSL code of the node function.

name | The function's name. Default is this.name.
---|---

Overrides: NodeFunction#getCode

Returns: The shader code.

Source

src/renderers/webgpu/nodes/WGSLNodeFunction.js