Returns true if the platform supports swapchain pre-transform (Vulkan on Android).
When pre-transform is supported and Apply display rotation during rendering is enabled in Player Settings, Unity rotates rendering to the display's native orientation during rendering instead of relying on the OS compositor to rotate the final image.
Additional resources: QualitySettings.disableSwapChainPreTransform, PlayerSettings.vulkanEnablePreTransform.