Version: 2022.1
언어: 한국어
public bool isDynamic ;

설명

Specifies whether this local shader keyword is used for dynamic branching (Read Only).

You can use keywords to control runtime branches in shaders. To do this, declare the keywords using either the `#pragma dynamic_branch` or `#pragma dynamic_branch_local` directive.