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
ShaderWindowThe shader window associated with the current graphics context.