ARRAY_RW

Description

interface Tinman.Gpu.Types.ARRAY_RW

A read/write one-dimensional buffer that holds int values.

Compatible resource objects may be created with the following methods:

Public / Operators

operator []


public operator [] → (get,set)

index : int32

The zero-based element index.

value : int32

The element value.

Accesses the index in-th element of this array buffer.