Disposes the NativeArray.
This methods disposes the memory owned by the NativeArray. The behaviour of this methods depends on the allocation strategy used when creating it (see: Allocator).
inputDeps | The dependency for the new job. |
JobHandle The handle of the new job. The job depends upon `inputDeps` and releases all resources (memory and safety handles) of this NativeArray.
Disposes the NativeArray.
Creates and schedules a job that releases all resources (memory and safety handles) of this NativeArray.