Version: 2018.4
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.


Did you find this page useful? Please give it a rating: