BufferFactory typedef

BufferFactory = Buffer Function(int width, int height)

Signature for custom buffer allocation.

Implementation

typedef BufferFactory = Buffer Function(int width, int height);