RemoveVariant(Shader, PassIdentifier, LocalKeyword[])
Remove shader variant and associated graphics states from collection.
Read time 1 minuteLast updated 9 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Experimental.Rendering
- Assembly: UnityEngine.CoreModule
public bool RemoveVariant(Shader shader, PassIdentifier passId, LocalKeyword[] keywords)
Parameters
Shader used in the variant.
PassIdentifier used in the variant.
Array of keywords used in the variant.
Returns
Type | Description |
|---|---|
| bool | Returns true if successfully removed, false otherwise. |