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:

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.