SystemInfo.SupportsRenderTextureFormat

Cambiar al Manual
public static bool SupportsRenderTextureFormat (RenderTextureFormat format);

Parámetros

formatThe format to look up.

Valor de retorno

bool True if the format is supported.

Descripción

Is render texture format supported?

Returns true if graphics card supports given RenderTextureFormat.

See Also: Render Texture assets, RenderTexture class.