Table of Contents

Method Generate

Namespace
Bonsai.Shaders
Assembly
Bonsai.Shaders.dll

Generate()

Generates an observable sequence that initializes and returns the shader window object. If a window has already been initialized, this source will return a reference to the created window.

public override IObservable<ShaderWindow> Generate()

Returns

IObservable<ShaderWindow>

A sequence containing the ShaderWindow object.