Enum D2D1DebugLevel
Indicates the type of information provided by the Direct2D Debug Layer.
Namespace: JeremyAnsel.DirectX.D2D1
Assembly: JeremyAnsel.DirectX.D2D1.dll
Syntax
public enum D2D1DebugLevel
Fields
Name | Description |
---|---|
Error | Direct2D sends error messages to the debug layer. |
Information | Direct2D sends error messages, warnings, and additional diagnostic information that can help improve performance to the debug layer. |
None | Direct2D does not produce any debugging output. |
Warning | Direct2D sends error messages and warnings to the debug layer. |