SystemInfo.SupportsRenderTextureFormat

public static bool SupportsRenderTextureFormat(RenderTextureFormat format);

Parameters

formatThe format to look up.

Returns

bool True if the format is supported.

Description 描述

Is render texture format supported?

Returns true if graphics card supports given RenderTextureFormat.

See Also: Render Texture assets, RenderTexture class.