Table of Contents

Class StateConfiguration

Namespace
Bonsai.Shaders.Configuration
Assembly
Bonsai.Shaders.dll

Provides an abstract base class for configuring the state of the current graphics context.

public abstract class StateConfiguration
Inheritance
StateConfiguration
Derived
Inherited Members

Methods

Execute(ShaderWindow)

Updates the state of the current graphics context.

public abstract void Execute(ShaderWindow window)

Parameters

window ShaderWindow

The shader window associated with the current graphics context.