Version: 5.5

SystemInfo.SupportsRenderTextureFormat

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

Parámetros

format The 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.