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