|
DXDeviceIsDebugDevice Property |
Gets a boolean that specifies if the created Device was created with Debug layer.
Note that this property can be false even when the
CreateDebugDirectXDevice is true.
This indicates that the debug device cannot be created. This can be cased because debug layer is disabled in "DirectX Control panel" or the Debug layer is not installer on the system (it is usually installed with Visual Studio or with Windows SDK).
Namespace: Ab3d.DirectXAssembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax public bool IsDebugDevice { get; }
Property Value
BooleanSee Also