Table of Contents

Method Update

Namespace
Bonsai.Shaders
Assembly
Bonsai.Shaders.dll

Update(Action)

Schedules an action for execution when running the shader program. Any render operations called as part of the action will execute in the context of this shader program.

public void Update(Action action)

Parameters

action Action

The Action to invoke when running the shader program.