Skip to main content

@novorender/web_app / GPUTier

Type Alias: GPUTier

type GPUTier: 0 | 1 | 2 | 3;

GPU performance tier.

Remarks

This is a rough estimate of the capabilities of a device GPU. 0 is weakest and 3 is strongest. As a general guide, these are the targets for the different tiers:

  • 0: Unknown GPU - A weak android device. Also the fallback tier for unknown GPUs.
  • 1: IOS, IPad, high-end android device, weak integrated (intel) GPU
  • 2: Mac M1 or better, strong integrated GPU or weak/old discrete GPU.
  • 3: Discrete GPU, mid to high end.

Defined in

@novorender/web_app/device.ts:16