Share via


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 Enables effect debugging when built with Debug profile.
Debug Enables effect debugging for all profiles. Will produce unoptimized shaders.
Optimize 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