SystemInfo.GetRenderTextureSupportedMSAASampleCount

Cambiar al Manual
public static int GetRenderTextureSupportedMSAASampleCount (RenderTextureDescriptor desc);

Parámetros

descThe RenderTextureDescriptor to check.

Valor de retorno

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.

Descripción

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