Version: 2020.3
언어: 한국어

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

매뉴얼로 전환

파라미터

Format The GraphicsFormat format to look up.
Usage The 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