Method Create
Create(int)
Creates a descriptor for a float-packed compute buffer.
public static DataPool.BufferDescriptor Create(int size)
Parameters
sizeintThe number of float elements required by the buffer.
Returns
- DataPool.BufferDescriptor
A descriptor that can be passed to CreateBuffer(BufferDescriptor, string, bool).