EffectProcessorDebugMode Enumeration
Note
This enumeration is available only when developing for Windows.
Specifies how debugging of effects is to be supported in PIX.
Namespace: Microsoft.Xna.Framework.Content.Pipeline.Processors
Assembly: Microsoft.Xna.Framework.Content.Pipeline (in microsoft.xna.framework.content.pipeline.dll)
Syntax
public enum EffectProcessorDebugMode
Members
Member name | Value | Description | |
---|---|---|---|
Auto | 0 | Enables effect debugging when built with Debug profile. | |
Debug | 1 | Enables effect debugging for all profiles. Will produce unoptimized shaders. | |
Optimize | 2 | Disables debugging for all profiles, produce optimized shaders. |
See Also
Reference
Microsoft.Xna.Framework.Content.Pipeline.Processors Namespace
Platforms
Windows 7, Windows Vista, Windows XP