Constructor
new IndirectStorageBufferAttribute( count : number | Uint32Array, itemSize : number )
Constructs a new storage buffer attribute.
| count |
The item count. It is also valid to pass a |
| itemSize |
The item size. |
Properties
.isIndirectStorageBufferAttribute : boolean (readonly)
This flag can be used for type testing.
Default is true.