Enum ValidationLayer.NotifyMethod
The supported notification methods.
Namespace: Evergine.Common.Graphics
Assembly: Evergine.Common.dll
Syntax
public enum ValidationLayer.NotifyMethod
Fields
Name | Description |
---|---|
Events | The validation layer triggers events. |
Exceptions | The validation layer throws exceptions. |
Trace | Validation layer trace information. |