TerrainEffectParameterSemantics Class |
Namespace: DigitalRune.Graphics.Effects
The TerrainEffectParameterSemantics type exposes the following members.
The standard semantic define the meaning of effect parameters. See EffectParameterDescription.
Important: General semantics specified in an .fx files are case-insensitive. Therefore, use the InvariantCultureIgnoreCase string comparer for parsing .fx files. But when accessed from code (C# or VB.NET) the strings are case-sensitive! That means the standard semantics stored in EffectParameterDescription can be compared directly.