Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

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.