Table of Contents

Method Update

Namespace
Bonsai.Shaders
Assembly
Bonsai.Shaders.dll

Update(Action)

Queues a render command or state update.

public void Update(Action action)

Parameters

action Action

The action that will execute when the next frame is rendered.