Version: 2019.3
public static void Flush ();

説明

ドライバのコマンドバッファのキューにたまったコマンドを GPU に送ります。

When Direct3D 11 is the active graphics API, this call maps to ID3D11DeviceContext::Flush. When Direct3D 12 is the active graphics API, pending command lists are executed. When OpenGL is the active graphics API, this call maps to glFlush.