supportsMultisampleAutoResolve
Returns true if multisampled textures are resolved automatically
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Property
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
public static bool supportsMultisampleAutoResolve { get; }
Remarks
Some platforms support multisampling without using an intermediate multisampled texture that needs to be explicitly resolved. Such platforms automatically resolve the multisampling which provides a performance gain by saving bandwidth. Additional Resources: CommandBuffer.Blit.