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