Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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