LSLReusableBufferFloat constructor

LSLReusableBufferFloat(
  1. int capacity
)

Creates a reusable Float buffer of the given capacity. see LSLReusableBuffer

Implementation

LSLReusableBufferFloat(int capacity)
  : super(capacity, allocate<Float>(capacity));