Version: 2018.2
public int FindKernel (string name);

Parameters

nameName of kernel function.

Returns

int The Kernel index, or logs a "FindKernel failed" error message if the kernel is not found.

Description

Находит индекс ядра у ComputeShader.

A single compute shader can contain many "kernels" (functions that do the computation); FindKernel returns kernel index given the name.

See Also: Dispatch.