Version: 2017.3
public static void Flush ();

설명

Sends queued-up commands in the driver's command buffer to the 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.