Version: 2022.3
LanguageEnglish
  • C#

ShaderUtil.PassHasKeyword(Shader,Rendering.PassIdentifier,Rendering.LocalKeyword)

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Parameters

s The shader the Pass belongs to.
passIdentifier The identifier of a Pass within the given shader.
keyword The local shader keyword to check.

Returns

void Returns true if the keyword is valid for the given Pass. Otherwise, returns false. If the PassIdentifier you use is invalid, this function returns false and Unity displays an error in the Console window.

Description

Checks whether a local shader keyword is valid for a Pass within a particular shader.

Additional resources: Pass.


Parameters

s The shader the Pass belongs to.
passIdentifier The identifier of a Pass within the given shader.
keyword The local shader keyword to check.
shaderType The shader stage of the given pass.

Returns

void Returns true if the keyword is valid for the given shader stage of the Pass. Otherwise, returns false. If the PassIdentifier you use is invalid, this function returns false and Unity displays an error in the Console window.

Description

Checks whether a local shader keyword is valid for a particular shader stage of a Pass within a particular shader.

Additional resources: Pass.


Parameters

s The shader the Pass belongs to.
passIdentifier The identifier of a Pass within the given shader.
keyword The local shader keyword to check.
shaderType The shader stage of the given pass.
shaderCompilerPlatform The shader compiler platform to check against.

Returns

void Returns true if the keyword is valid for the given shader stage of the Pass for the given ShaderCompilerPlatform. Otherwise, returns false. If the PassIdentifier you use is invalid, this function returns false and Unity displays an error in the Console window.

Description

Checks whether a local shader keyword is valid for a particular shader stage of a Pass within a particular shader for the given shader compiler platform.

Some shader compiler platforms combine several shader stages in one. This method overload ensures that correct data is returned for all shader compiler platforms.

Additional resources: Pass.

Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961