Enum CompilationMode
An enum.
Namespace: Evergine.Common.Graphics
Assembly: Evergine.Common.dll
Syntax
[Flags]
public enum CompilationMode : byte
  Fields
| Name | Description | 
|---|---|
| Debug | Shaders are compiled with debug information.  | 
      
| None | Shaders are compiled without special parameters.  | 
      
| Release | Shaders are compiled with optimizations.  |