Version: 2017.2

SystemInfo.SupportsRenderTextureFormat

매뉴얼로 전환
public static bool SupportsRenderTextureFormat (RenderTextureFormat format);

파라미터

format The format to look up.

반환

bool True if the format is supported.

설명

Is render texture format supported?

Returns true if graphics card supports given RenderTextureFormat.

See Also: Render Texture assets, RenderTexture class.