onSubmittedWorkDone method

JSPromise<JSAny?> onSubmittedWorkDone()

Resolves when everything submitted before the call has finished, which is exactly what GraphicsDevice.onFrameComplete promises.

Implementation

external JSPromise<JSAny?> onSubmittedWorkDone();