GetGpuTimerFrequency()
This returns the frequency of GPU timer on the current platform. Currently always 1000000000.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
public static ulong GetGpuTimerFrequency()
Returns
Type | Description |
|---|---|
| ulong | GPU timer frequency for current platform. |