Constructor
new IndexNode( scope : 'vertex' | 'instance' | 'subgroup' | 'invocationLocal' | 'invocationGlobal' | 'invocationSubgroup' | 'draw' )
Constructs a new index node.
| scope |
The scope of the index node. |
Properties
.isIndexNode : boolean (readonly)
This flag can be used for type testing.
Default is true.
.scope : string
The scope of the index node.