HasKernel(string)
Checks whether a shader contains a given kernel.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
public bool HasKernel(string name)
Parameters
The name of the kernel to look for.
Returns
Type | Description |
|---|---|
| bool | True if the kernel is found, false otherwise. |