Version: 2021.2

PlayerSettings.useFlipModelSwapchain

切换到手册
public static bool useFlipModelSwapchain ;

描述

将 DXGI 翻转模型交换链用于 D3D11

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

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

请参阅 https://docs.microsoft.com/en-us/windows/desktop/direct3ddxgi/dxgi-flip-model 以了解更多信息。