Releases all resources (memory).
| Parameter | Description |
|---|---|
| inputDeps | The dependency for the new job. |
JobHandle
The handle of the new job. The job depends upon inputDeps and frees the memory of this list.
Creates and schedules a job that frees the memory of this list.