Constructor
new BarrierNode( scope : string )
Constructs a new barrier node.
| scope |
The scope defines the behavior of the node. |
EventDispatcher → Node →
Represents a GPU control barrier that synchronizes compute operations within a given scope.
This node can only be used with a WebGPU backend.
Constructs a new barrier node.
| scope |
The scope defines the behavior of the node. |