WebGPUBrowserEngineFlavor
The browser engine that implements WebGPU.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Enum
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
public enum WebGPUBrowserEngineFlavor
Remarks
Identifies the browser engine (the WebGPU backend) independent of the browser brand, so a single filter matches every browser built on that engine.
Fields
Value | Description |
|---|---|
| ChromiumBased | A Chromium-based (Blink) engine, such as Chrome, Edge, or Opera. |
| DoNotCare | The browser engine doesn't affect the filter. |
| FirefoxBased | A Gecko-based engine, such as Firefox. |
| SafariBased | A WebKit-based engine, such as Safari and all browsers on iOS and iPadOS. |