Data buffer to hold data for compute shaders.
| count | Number of elements in the buffer (Read Only). |
|---|---|
| stride | Size of one element in the buffer (Read Only). |
| ComputeBuffer | Create a Compute Buffer. |
|---|
| GetData | Read data values from the buffer into an array. |
|---|---|
| Release | Release a Compute Buffer. |
| SetData | Set the buffer with values from an array. |
| CopyCount | Set buffer data. |
|---|