Version: 2019.1

SystemInfo.IsFormatSupported(Experimental.Rendering.GraphicsFormat, Experimental.Rendering.FormatUsage)

マニュアルに切り替える

パラメーター

FormatThe GraphicsFormat format to look up.
UsageThe FormatUsage usage to look up.

戻り値

void 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.

See Also: GraphicsFormat enum and FormatUsage