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.

struct ArrayMesh
@nogc nothrow
void
surfaceUpdateRegion
(
in long surf_idx
,
in long offset
,
in PoolByteArray data
)

Meta