Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


supportsGpuRecorder

Specifies whether the current platform supports the GPU Recorder or not. (Read Only).
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Property
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
public static bool supportsGpuRecorder { get; }

Remarks

If the current platform supports the GPU Recorder, you could use the Recorder API to get GPU timing information.