supportsStoreAndResolveAction
This property is true if the graphics API of the target build platform takes RenderBufferStoreAction.StoreAndResolve into account, false if otherwise.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Property
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
public static bool supportsStoreAndResolveAction { get; }
Remarks
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.