Table of Contents

Class BufferBindingConfiguration

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

Provides an abstract base class for binding uniform variables to buffer objects.

public abstract class BufferBindingConfiguration
Inheritance
BufferBindingConfiguration
Derived
Inherited Members

Properties

Name

Gets or sets the name of the uniform variable that will be bound to the buffer object.

public string Name { get; set; }

Property Value

string