Function ArrayMesh.surfaceUpdateRegion
Updates a specified region of mesh arrays on the GPU. Warning: Only use if you know what you are doing. You can easily cause crashes by calling this function with improper arguments.
void surfaceUpdateRegion
(
const(long) surf_idx,
const(long) offset,
const(PoolArray!(ubyte)) data
) nothrow @nogc;