PlayerSettings.useFlipModelSwapchain

Cambiar al Manual
public static bool useFlipModelSwapchain ;

Descripción

Use DXGI Flip Model Swapchain for D3D11

Flip model ensures the best performance. Disable this to fallback to Windows 7-style BltBlt model. This setting affects only D3D11 graphics API on Windows 8.1 or greater.

Note that even if the flip model is enabled, the BltBlt model will be used in exclusive fullscreen mode to reduce input latency.

See https://docs.microsoft.com/en-us/windows/desktop/direct3ddxgi/dxgi-flip-model for more information.