Table of Contents

Class ResourceLoader

Namespace
Bonsai.Shaders
Assembly
Bonsai.Shaders.dll

Provides the abstract base class for operators that load resources into the shader window resource manager.

public abstract class ResourceLoader : ResourceLoader
Inheritance
ResourceLoader
Derived
Inherited Members

Methods

Process(IObservable<INativeWindow>)

Bundles a set of resources to be loaded into the shader window resource manager.

Process<TEventArgs>(IObservable<EventPattern<INativeWindow, TEventArgs>>)

Bundles a set of resources to be loaded into the shader window resource manager when an observable sequence of window events emits a notification.