SystemInfo.GetRenderTextureSupportedMSAASampleCount

Switch to Manual
public static int GetRenderTextureSupportedMSAASampleCount (RenderTextureDescriptor desc);

Parameters

descThe RenderTextureDescriptor to check.

Returns

int If the target platform supports the given MSAA samples count of RenderTextureDescriptor, returns the given MSAA samples count. Otherwise returns a lower fallback MSAA samples count value that the target platform supports.

Description

Checks if the target platform supports the MSAA samples count in the RenderTextureDescriptor argument.