ARRAY Description interface Tinman.Gpu.Types.ARRAY A readonly one-dimensional buffer that holds int values. Compatible resource objects may be created with the following methods: IBufferFactory.CreateIndexBuffer IBufferFactory.CreateIndexBufferStatic IBufferFactory.CreateStructuredBuffer IBufferFactory.CreateStructuredBufferStatic when one of the following flags is used: GpuBufferFlags.Draw, GpuBufferFlags.Mesh, GpuBufferFlags.Work. Public / Operators operator [] public operator [] → (get) index : int32 The zero-based element index. value : int32 The element value. Returns the index in-th element of this array buffer. TinmanGpuModule ARRAY_RW