Table of Contents

Class UpdateRenderState

Namespace
Bonsai.Shaders
Assembly
Bonsai.Shaders.dll

Represents an operator that updates the render state of the shader window.

public class UpdateRenderState : Sink
Inheritance
UpdateRenderState
Inherited Members

Properties

RenderState

Gets the collection of configuration objects specifying the render states to assign for subsequent operations.

Methods

Process(IObservable<ResourceConfigurationCollection>)

Updates the render state of the shader window contained in each set of resources in an observable sequence.

Process(IObservable<ShaderWindow>)

Updates the render state of each shader window in an observable sequence.

Process<TSource>(IObservable<TSource>)

Updates the render state of the shader window whenever an observable sequence emits a notification.