@novorender/api / GPUTier
Type Alias: GPUTier
type GPUTier = 0 | 1 | 2 | 3;
Defined in: @novorender/src/web_app/device.ts:15
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.