ShaderTechnique.ShaderParameters

ShaderTechnique.ShaderParameters property

Gets the shader parameter definition. The key is the name of the dynamic property, and value is the shader parameter name that the property connected to.

public IDictionary<string, string> ShaderParameters { get; }

See Also