Searched refs:flushFrequency (Results 1 – 1 of 1) sorted by relevance
1466 unsigned int flushFrequency = 100; in finish() local1467 UINT flags = (attempt % flushFrequency == 0) ? 0 : D3D11_ASYNC_GETDATA_DONOTFLUSH; in finish()