Version: 2021.2
언어: 한국어

PlayerSettings.vulkanEnableSetSRGBWrite

매뉴얼로 전환
public static bool vulkanEnableSetSRGBWrite ;

설명

Enables Graphics.SetSRGBWrite() on Vulkan renderer.

If enabled, allows toggling sRGB write mode on/off at runtime (this setting is always enabled in the editor). Enabling this setting causes an extra blit when presenting the back buffer, and may cause additional performance degradation, especially on tile-based GPUs. This setting should be kept disabled unless toggling sRGB write mode is required by the application.