Version: 2023.2
言語: 日本語
public static bool IsFormatSupported (Experimental.Rendering.GraphicsFormat format, Experimental.Rendering.GraphicsFormatUsage usage);

パラメーター

format The GraphicsFormat format to look up.
usage The GraphicsFormatUsage usage to look up.

戻り値

bool Returns true if the format is supported for the specific usage. Returns false otherwise.

説明

Verifies that the specified graphics format is supported for the specified usage.

If a specific usage is not supported by a format, the operation will fail.

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.