Version: 2021.2
言語: 日本語

SystemInfo.GetRenderTextureSupportedMSAASampleCount

マニュアルに切り替える
public static int GetRenderTextureSupportedMSAASampleCount (RenderTextureDescriptor desc);

パラメーター

desc The RenderTextureDescriptor to check.

戻り値

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.

説明

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