Class TextureBindingConfiguration
- Namespace
- Bonsai.Shaders.Configuration
- Assembly
- Bonsai.Shaders.dll
Represents a configuration object for binding a texture to a shader sampler uniform.
public class TextureBindingConfiguration : BufferBindingConfiguration
- Inheritance
-
TextureBindingConfiguration
- Derived
- Inherited Members
Properties
- TextureName
Gets or sets the name of the texture that will be bound to the sampler.
- TextureSlot
Gets or sets a value specifying the slot on which to bind the texture.
- TextureTarget
Gets or sets a value specifying the texture target that will be bound to the sampler.
Methods
- ToString()
Returns a string that represents the current object.