Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Flush()

Flush the device context.
Read time 1 minuteLast updated 6 days ago

Definition

public bool Flush()

Returns

Type

Description

boolTrue 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.