Flush()
Flush the device context.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEngine.LightTransport
- Assembly: UnityEngine.CoreModule
public bool Flush()
Returns
Type | Description |
|---|---|
| bool | True if the flush was successful. |
Remarks
Start execution of the enqueued operations on the device. On some platforms the underlying implementation or driver flushes automatically, on others it is up to the user to call ReferenceContext.Flush. The ReferenceContext.Flush method returns immediately.