allocBuffer abstract method

  1. @mustBeOverridden
Pointer<T> allocBuffer(
  1. int channels
)

Allocates a buffer of the given type. @note this does NO checking if the buffer allocation was successful.

Implementation

@mustBeOverridden
Pointer<T> allocBuffer(int channels);