extra property
we allocate two extra nodes so optimal user-node-count is 'width' not 'width+2'
Implementation
@ffi.Array.multi([2])
external ffi.Array<stbrp_node> extra;
we allocate two extra nodes so optimal user-node-count is 'width' not 'width+2'
@ffi.Array.multi([2])
external ffi.Array<stbrp_node> extra;