Table of Contents

Method OnDispatch

Namespace
Bonsai.Shaders
Assembly
Bonsai.Shaders.dll

OnDispatch()

Returns any actions that should be executed before running the shader program.

protected virtual Action OnDispatch()

Returns

Action

An Action object to be called before running the shader program. If the return value is null, no action will be executed.