ComputeBuffer.Count
int Count{ get }
Description
The capacity of the buffer, in number of T elements. This is the max you can Set or Get without clamping.
Found an issue with these docs, or have some additional questions? Create an Issue on Github!
int Count{ get }
The capacity of the buffer, in number of T elements. This is the max you can Set or Get without clamping.
Found an issue with these docs, or have some additional questions? Create an Issue on Github!