Table of Contents

Class DispatchCompute

Namespace
Bonsai.Shaders
Assembly
Bonsai.Shaders.dll

Represents an operator that launches one or more compute shader work groups for each notification in the sequence.

public class DispatchCompute : Sink
Inheritance
DispatchCompute
Inherited Members

Properties

ShaderName

Gets or sets the name of the compute shader program.

WorkGroups

Gets or sets a value specifying the number of workgroups to be launched when dispatching the compute shader.

Methods

Process<TSource>(IObservable<TSource>)

Launches one or more compute shader work groups whenever the source sequence emits a notification.