Method ScheduleFlushSend
ScheduleFlushSend(JobHandle)
Schedules flushing the sendqueue. Should be called in cases where you want the driver to send before the next ScheduleUpdate(JobHandle) is called.
Declaration
public JobHandle ScheduleFlushSend(JobHandle dep)
Parameters
| Type | Name | Description |
|---|---|---|
| JobHandle | dep | Job on which to depend. |
Returns
| Type | Description |
|---|---|
| JobHandle | The job handle |