Version: 2018.3 (switch to 2019.1)
LanguageEnglish
  • C#

ShaderKeywordType

enumeration

Description

Type of a shader keyword, eg: built-in or user defined.

See Also: ShaderKeyword.

Properties

NoneNo type is assigned.
BuiltinDefaultThe keyword is built-in the runtime and it is systematically reserved.
BuiltinExtraThe keyword is built-in the runtime and it is optionally reserved depending on the features used.
BuiltinAutoStrippedThe keyword is built-in the runtime and can be automatically stripped if unusued.
UserDefinedThe keyword is defined by the user.

Did you find this page useful? Please give it a rating: