ShaderTechnique.AddBinding

ShaderTechnique.AddBinding method

Binds the dynamic property to shader parameter

public void AddBinding(string property, string shaderParameter)
ParameterTypeDescription
propertyStringThe name of the dynamic property.
shaderParameterStringThe name of the shader parameter.

See Also