PlatformKeywordSet
A collection of ShaderKeyword that represents a specific platform variant.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Struct
- Namespace: UnityEngine.Rendering
- Assembly: UnityEngine.CoreModule
public struct PlatformKeywordSet
Remarks
A represents a part of one shader variant, a unique combination of keywords you can use to enable or disable functionality within a shader.
PlatformKeywordKeywordSetPlatformKeywordSetFor more information on shader variants and keywords, refer to Shader variants and keywords and Changing how shaders work via branching and keywords.