ShaderKeywordType
Type of a shader keyword, eg: built-in or user defined.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Enum
- Namespace: UnityEngine.Rendering
- Assembly: UnityEngine.CoreModule
public enum ShaderKeywordType
Remarks
Additional Resources: ShaderKeyword.
Fields
Value | Description |
|---|---|
| BuiltinDefault | The keyword is built-in the runtime and it is systematically reserved. |
| None | No type is assigned. |
| Plugin | The keyword is created by a shader compiler plugin. |
| UserDefined | The keyword is defined by the user. |