Version: 2022.3
public int FindKernel (string name);

参数

name 内核函数的名称。

返回

int The Kernel index. If the kernel is not found, Unity logs a "FindKernel failed" error message and raises an ArgumentException.

描述

查找 ComputeShader 内核索引。

单个计算着色器可包含许多“内核”(执行此计算的函数); FindKernel 返回给定名称的内核索引。

另请参阅:Dispatch