Click or drag to resize
AB4D logo

DXDiagnosticsCreateDebugDirectXDevice Property

Gets or sets a static Boolean that specifies if the DirectX device is created with debug flat that enabled DirectX debug layer. To use debug layer the Windows SDK or DirectX SDK must be installed. To check if the device was created with the debug layer, see the IsDebugDevice property after the DXDevice was created.

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public static bool CreateDebugDirectXDevice { get; set; }

Property Value

Boolean
See Also