Version: 2021.2

SystemInfo.supportsStoreAndResolveAction

切换到手册
public static bool supportsStoreAndResolveAction ;

描述

This property is true if the graphics API of the target build platform takes RenderBufferStoreAction.StoreAndResolve into account, false if otherwise.

Use this property to check if RenderBufferStoreAction.StoreAndResolve results in GPU storing the multisampled render target content.

If false, the RenderBufferStoreAction.StoreAndResolve store actions fall back to RenderBufferStoreAction.Resolve.

Use this property to ensure that any multisampled render target content is stored and can be loaded correctly by any following RenderBufferLoadAction.Load load action.