Version: 2020.2
언어: 한국어
public static bool ShaderHasError (Shader shader);

파라미터

shader The Shader instance to check for errors.

반환

bool True if the Shader generated errors, false if there were no errors.

설명

Returns true if the given Shader generated any errors. Ignores warnings.