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

파라미터

shader The shader to check for compilation errors.

반환

bool Returns true if the shader has any compilation errors. Otherwise, returns false.

설명

Checks if a shader has any compilation errors. Ignores warnings.