Version: 2023.2

SystemInfo.IsFormatSupported

切换到手册
public static bool IsFormatSupported (Experimental.Rendering.GraphicsFormat format, Experimental.Rendering.GraphicsFormatUsage usage);

参数

format 要查找的 GraphicsFormat 格式。
usage The GraphicsFormatUsage usage to look up.

返回

bool 如果特定用途支持该格式,则返回 true。否则返回 false。

描述

验证指定的用途是否支持指定的图形格式。

如果格式不支持特定用途,则操作将失败。

Additional resources: GraphicsFormat enum and GraphicsFormatUsage flags.


Obsolete public static bool IsFormatSupported (Experimental.Rendering.GraphicsFormat format, FormatUsage usage);

描述

Obsolete. Use the overload with a GraphicsFormatUsage parameter instead.