Constructor
new StorageArrayElementNode( storageBufferNode : StorageBufferNode, indexNode : Node )
Constructs storage buffer element node.
| storageBufferNode |
The storage buffer node. |
| indexNode |
The index node that defines the element access. |
Properties
.isStorageArrayElementNode : boolean (readonly)
This flag can be used for type testing.
Default is true.
.storageBufferNode : StorageBufferNode
The storage buffer node.