Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

ChromiumBasedA Chromium-based (Blink) engine, such as Chrome, Edge, or Opera.
DoNotCareThe browser engine doesn't affect the filter.
FirefoxBasedA Gecko-based engine, such as Firefox.
SafariBasedA WebKit-based engine, such as Safari and all browsers on iOS and iPadOS.