This version of Unity is unsupported.

ComputeShader.HasKernel

Switch to Manual

Declaration

public bool HasKernel(string name);

Parameters

name The name of the kernel to look for.

Returns

bool True if the kernel is found, false otherwise.

Description

Checks whether a shader contains a given kernel.