Method Update
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)
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)