LSLReusableBufferFloat constructor
LSLReusableBufferFloat(
- int capacity
Creates a reusable Float buffer of the given capacity. see LSLReusableBuffer
Implementation
LSLReusableBufferFloat(int capacity)
: super(capacity, allocate<Float>(capacity));