Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


IsFormatSupported

Obsolete. Use the overload with a GraphicsFormatUsage parameter instead.
Read time 1 minuteLast updated 10 days ago

Definition

IsFormatSupported(GraphicsFormat, FormatUsage)

Obsolete. Use the overload with a GraphicsFormatUsage parameter instead.
Warning
Deprecated. Use overload with a GraphicsFormatUsage parameter instead
public static bool IsFormatSupported(GraphicsFormat format, FormatUsage usage)

Parameters

Returns

Type

Description

bool

IsFormatSupported(GraphicsFormat, GraphicsFormatUsage)

This has the same functionality as SystemInfo.IsFormatSupported and also mimics platform-specific behavior in the Unity Editor.
public static bool IsFormatSupported(GraphicsFormat format, GraphicsFormatUsage usage)

Parameters

Returns

Type

Description

bool