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

SystemInfo.supportsGraphicsFence

public static bool supportsGraphicsFence;

Description

true if the platform supports GraphicsFences, otherwise false.

Graphics fences are supported on all platforms that support compute shaders.

Additional resources: GraphicsFence.