Appendix B. Shazzam Settings
Table B-1. Shazzam tags, general and class level
Shazzam Tag | Description |
|---|---|
| A Shazzam XML comment tag. Content is ignored by the DirectX compiler. |
| Specifies the desired
classname for generated file. By default, Shazzam uses the filename
for the effect name. A class named |
| Specifies the desired
namespace for the effect class. By default, Shazzam uses the
namespace configured in the |
| Provides a description for this effect. Shazzam will generate comments in the .cs/.vb file from this description. |
| Forces the compiler to
generate a Silverlight or WPF version of the .NET effect class. The
default target is configured in the |
| Use the |
Table B-2. Shazzam Tags, parameter level
Shazzam Tag | Description |
|---|---|
| This tag is used by the
It is used on a shader input parameter to describe the purpose of the input parameter. It causes a tooltip to show in Shazzam for the test control. |
| This tag is used by the
It provides an initial value for the minimum textbox. |
| This tag is used by the
It provides an initial value for the maximum textbox. ... |