Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

SystemInfo.IsFormatSupported

Declaration

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

Description

This has the same functionality as SystemInfo.IsFormatSupported and also mimics platform-specific behavior in the Unity Editor.


Obsolete Use overload with a GraphicsFormatUsage parameter instead.

Declaration

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

Description

Obsolete. Use the overload with a GraphicsFormatUsage parameter instead.