Version: 2020.3
언어: 한국어

PlayerSettings.vulkanEnableLateAcquireNextImage

매뉴얼로 전환
public static bool vulkanEnableLateAcquireNextImage ;

설명

Delays acquiring the swapchain image until after the frame is rendered.

If enabled, the Vulkan renderer delays acquiring the backbuffer until after it renders the frame. The Vulkan renderer will use a staging image to achieve this. Enabling this setting causes an extra blit when presenting the backbuffer. This setting can also cause some performance degradation, especially on tile-based GPUs.