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

Parameters

Format The GraphicsFormat format to look up.
Usage The FormatUsage usage to look up.

Returns

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

Description

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 FormatUsage


Did you find this page useful? Please give it a rating: