Class UniformConfiguration
- Namespace
- Bonsai.Shaders.Configuration
- Assembly
- Bonsai.Shaders.dll
Provides an abstract base class for initializing the value of a shader uniform variable.
public abstract class UniformConfiguration
- Inheritance
-
UniformConfiguration
- Derived
- Inherited Members
Properties
Name
Gets or sets the name of the shader uniform to initialize.
public string Name { get; set; }