blob: 4a2edd274c19b736a5695991cf0b45ce6db681e1 [file] [log] [blame] [edit]
{
"api": {
"GPUTexture": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/GPUTexture",
"spec_url": "https://gpuweb.github.io/gpuweb/#gputexture",
"tags": [
"web-features:webgpu"
],
"support": {
"chrome": {
"version_added": "113",
"partial_implementation": true,
"notes": [
"Supported on ChromeOS, macOS, and Windows.",
"Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144."
]
},
"chrome_android": {
"version_added": "121"
},
"deno": [
{
"version_added": "1.39",
"flags": [
{
"type": "runtime_flag",
"name": "--unstable-webgpu"
}
]
},
{
"version_added": "1.8",
"version_removed": "1.32"
}
],
"edge": "mirror",
"firefox": {
"version_added": "141",
"partial_implementation": true,
"notes": [
"Supports all contexts except service workers. See [bug 1942431](https://bugzil.la/1942431).",
"Supports Windows since Firefox 141. See [bug 1972486](https://bugzil.la/1972486).",
"Supports macOS Tahoe on Apple silicon since Firefox 145. See [bug 1992212](https://bugzil.la/1992212).",
"Supports older macOS versions on Apple silicon since Firefox 147. See [bug 1993341](https://bugzil.la/1993341).",
"Does not support macOS on Intel CPUs. See [bug 2004105](https://bugzil.la/2004105).",
"Does not support Linux. See [bug 2006676](https://bugzil.la/2006676)."
]
},
"firefox_android": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "26"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_ios": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
},
"createView": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/GPUTexture/createView",
"spec_url": "https://gpuweb.github.io/gpuweb/#dom-gputexture-createview",
"tags": [
"web-features:webgpu"
],
"support": {
"chrome": {
"version_added": "113",
"partial_implementation": true,
"notes": [
"Supported on ChromeOS, macOS, and Windows.",
"Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144."
]
},
"chrome_android": {
"version_added": "121"
},
"deno": [
{
"version_added": "1.39",
"flags": [
{
"type": "runtime_flag",
"name": "--unstable-webgpu"
}
]
},
{
"version_added": "1.8",
"version_removed": "1.32"
}
],
"edge": "mirror",
"firefox": {
"version_added": "141",
"partial_implementation": true,
"notes": [
"Supports all contexts except service workers. See [bug 1942431](https://bugzil.la/1942431).",
"Supports Windows since Firefox 141. See [bug 1972486](https://bugzil.la/1972486).",
"Supports macOS Tahoe on Apple silicon since Firefox 145. See [bug 1992212](https://bugzil.la/1992212).",
"Supports older macOS versions on Apple silicon since Firefox 147. See [bug 1993341](https://bugzil.la/1993341).",
"Does not support macOS on Intel CPUs. See [bug 2004105](https://bugzil.la/2004105).",
"Does not support Linux. See [bug 2006676](https://bugzil.la/2006676)."
]
},
"firefox_android": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "26"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_ios": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
},
"descriptor_format_parameter_accepts_rgb10a2uint": {
"__compat": {
"description": "`descriptor.format` parameter accepts `\"rgb10a2uint\"`",
"spec_url": "https://gpuweb.github.io/gpuweb/#dom-gputextureformat-rgb10a2uint",
"tags": [
"web-features:webgpu"
],
"support": {
"chrome": {
"version_added": "119",
"partial_implementation": true,
"notes": [
"Supported on ChromeOS, macOS, and Windows.",
"Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144."
]
},
"chrome_android": {
"version_added": "121"
},
"deno": {
"version_added": false
},
"edge": "mirror",
"firefox": {
"version_added": false
},
"firefox_android": "mirror",
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_ios": "mirror"
},
"status": {
"experimental": true,
"standard_track": true,
"deprecated": false
}
}
},
"descriptor_swizzle_parameter": {
"__compat": {
"description": "`descriptor.swizzle` parameter",
"spec_url": "https://gpuweb.github.io/gpuweb/#dom-gputextureviewdescriptor-swizzle",
"tags": [
"web-features:webgpu"
],
"support": {
"chrome": {
"version_added": "143",
"partial_implementation": true,
"notes": [
"Supported on ChromeOS, macOS, and Windows.",
"Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144."
]
},
"chrome_android": "mirror",
"deno": {
"version_added": false
},
"edge": "mirror",
"firefox": {
"version_added": false
},
"firefox_android": "mirror",
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_ios": "mirror"
},
"status": {
"experimental": true,
"standard_track": true,
"deprecated": false
}
}
},
"descriptor_usage_parameter": {
"__compat": {
"description": "`descriptor.usage` parameter",
"spec_url": "https://gpuweb.github.io/gpuweb/#dom-gputextureviewdescriptor-usage",
"tags": [
"web-features:webgpu"
],
"support": {
"chrome": {
"version_added": "132",
"partial_implementation": true,
"notes": [
"Supported on ChromeOS, macOS, and Windows.",
"Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144."
]
},
"chrome_android": "mirror",
"deno": {
"version_added": false
},
"edge": "mirror",
"firefox": {
"version_added": false
},
"firefox_android": "mirror",
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_ios": "mirror"
},
"status": {
"experimental": true,
"standard_track": true,
"deprecated": false
}
}
}
},
"depthOrArrayLayers": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/GPUTexture/depthOrArrayLayers",
"spec_url": "https://gpuweb.github.io/gpuweb/#dom-gputexture-depthorarraylayers",
"tags": [
"web-features:webgpu"
],
"support": {
"chrome": {
"version_added": "113",
"partial_implementation": true,
"notes": [
"Supported on ChromeOS, macOS, and Windows.",
"Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144."
]
},
"chrome_android": {
"version_added": "121"
},
"deno": [
{
"version_added": "1.39",
"flags": [
{
"type": "runtime_flag",
"name": "--unstable-webgpu"
}
]
},
{
"version_added": "1.8",
"version_removed": "1.32"
}
],
"edge": "mirror",
"firefox": {
"version_added": "141",
"partial_implementation": true,
"notes": [
"Supports all contexts except service workers. See [bug 1942431](https://bugzil.la/1942431).",
"Supports Windows since Firefox 141. See [bug 1972486](https://bugzil.la/1972486).",
"Supports macOS Tahoe on Apple silicon since Firefox 145. See [bug 1992212](https://bugzil.la/1992212).",
"Supports older macOS versions on Apple silicon since Firefox 147. See [bug 1993341](https://bugzil.la/1993341).",
"Does not support macOS on Intel CPUs. See [bug 2004105](https://bugzil.la/2004105).",
"Does not support Linux. See [bug 2006676](https://bugzil.la/2006676)."
]
},
"firefox_android": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "26"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_ios": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
},
"destroy": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/GPUTexture/destroy",
"spec_url": "https://gpuweb.github.io/gpuweb/#dom-gputexture-destroy",
"tags": [
"web-features:webgpu"
],
"support": {
"chrome": {
"version_added": "113",
"partial_implementation": true,
"notes": [
"Supported on ChromeOS, macOS, and Windows.",
"Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144."
]
},
"chrome_android": {
"version_added": "121"
},
"deno": [
{
"version_added": "1.39",
"flags": [
{
"type": "runtime_flag",
"name": "--unstable-webgpu"
}
]
},
{
"version_added": "1.8",
"version_removed": "1.32"
}
],
"edge": "mirror",
"firefox": {
"version_added": "141",
"partial_implementation": true,
"notes": [
"Supports all contexts except service workers. See [bug 1942431](https://bugzil.la/1942431).",
"Supports Windows since Firefox 141. See [bug 1972486](https://bugzil.la/1972486).",
"Supports macOS Tahoe on Apple silicon since Firefox 145. See [bug 1992212](https://bugzil.la/1992212).",
"Supports older macOS versions on Apple silicon since Firefox 147. See [bug 1993341](https://bugzil.la/1993341).",
"Does not support macOS on Intel CPUs. See [bug 2004105](https://bugzil.la/2004105).",
"Does not support Linux. See [bug 2006676](https://bugzil.la/2006676)."
]
},
"firefox_android": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "26"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_ios": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
},
"dimension": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/GPUTexture/dimension",
"spec_url": "https://gpuweb.github.io/gpuweb/#dom-gputexture-dimension",
"tags": [
"web-features:webgpu"
],
"support": {
"chrome": {
"version_added": "113",
"partial_implementation": true,
"notes": [
"Supported on ChromeOS, macOS, and Windows.",
"Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144."
]
},
"chrome_android": {
"version_added": "121"
},
"deno": [
{
"version_added": "1.39",
"flags": [
{
"type": "runtime_flag",
"name": "--unstable-webgpu"
}
]
},
{
"version_added": "1.8",
"version_removed": "1.32"
}
],
"edge": "mirror",
"firefox": {
"version_added": "141",
"partial_implementation": true,
"notes": [
"Supports all contexts except service workers. See [bug 1942431](https://bugzil.la/1942431).",
"Supports Windows since Firefox 141. See [bug 1972486](https://bugzil.la/1972486).",
"Supports macOS Tahoe on Apple silicon since Firefox 145. See [bug 1992212](https://bugzil.la/1992212).",
"Supports older macOS versions on Apple silicon since Firefox 147. See [bug 1993341](https://bugzil.la/1993341).",
"Does not support macOS on Intel CPUs. See [bug 2004105](https://bugzil.la/2004105).",
"Does not support Linux. See [bug 2006676](https://bugzil.la/2006676)."
]
},
"firefox_android": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "26"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_ios": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
},
"format": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/GPUTexture/format",
"spec_url": "https://gpuweb.github.io/gpuweb/#dom-gputexture-format",
"tags": [
"web-features:webgpu"
],
"support": {
"chrome": {
"version_added": "113",
"partial_implementation": true,
"notes": [
"Supported on ChromeOS, macOS, and Windows.",
"Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144."
]
},
"chrome_android": {
"version_added": "121"
},
"deno": [
{
"version_added": "1.39",
"flags": [
{
"type": "runtime_flag",
"name": "--unstable-webgpu"
}
]
},
{
"version_added": "1.8",
"version_removed": "1.32"
}
],
"edge": "mirror",
"firefox": {
"version_added": "141",
"partial_implementation": true,
"notes": [
"Supports all contexts except service workers. See [bug 1942431](https://bugzil.la/1942431).",
"Supports Windows since Firefox 141. See [bug 1972486](https://bugzil.la/1972486).",
"Supports macOS Tahoe on Apple silicon since Firefox 145. See [bug 1992212](https://bugzil.la/1992212).",
"Supports older macOS versions on Apple silicon since Firefox 147. See [bug 1993341](https://bugzil.la/1993341).",
"Does not support macOS on Intel CPUs. See [bug 2004105](https://bugzil.la/2004105).",
"Does not support Linux. See [bug 2006676](https://bugzil.la/2006676)."
]
},
"firefox_android": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "26"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_ios": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
},
"texture_rgb10a2uint": {
"__compat": {
"description": "<code>rgb10a2uint</code> texture format",
"spec_url": "https://gpuweb.github.io/gpuweb/#dom-gputextureformat-rgb10a2uint",
"tags": [
"web-features:webgpu"
],
"support": {
"chrome": {
"version_added": "119",
"partial_implementation": true,
"notes": [
"Supported on ChromeOS, macOS, and Windows.",
"Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144."
]
},
"chrome_android": {
"version_added": "121"
},
"deno": {
"version_added": false
},
"edge": "mirror",
"firefox": {
"version_added": false
},
"firefox_android": "mirror",
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_ios": "mirror"
},
"status": {
"experimental": true,
"standard_track": true,
"deprecated": false
}
}
}
},
"height": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/GPUTexture/height",
"spec_url": "https://gpuweb.github.io/gpuweb/#dom-gputexture-height",
"tags": [
"web-features:webgpu"
],
"support": {
"chrome": {
"version_added": "113",
"partial_implementation": true,
"notes": [
"Supported on ChromeOS, macOS, and Windows.",
"Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144."
]
},
"chrome_android": {
"version_added": "121"
},
"deno": [
{
"version_added": "1.39",
"flags": [
{
"type": "runtime_flag",
"name": "--unstable-webgpu"
}
]
},
{
"version_added": "1.8",
"version_removed": "1.32"
}
],
"edge": "mirror",
"firefox": {
"version_added": "141",
"partial_implementation": true,
"notes": [
"Supports all contexts except service workers. See [bug 1942431](https://bugzil.la/1942431).",
"Supports Windows since Firefox 141. See [bug 1972486](https://bugzil.la/1972486).",
"Supports macOS Tahoe on Apple silicon since Firefox 145. See [bug 1992212](https://bugzil.la/1992212).",
"Supports older macOS versions on Apple silicon since Firefox 147. See [bug 1993341](https://bugzil.la/1993341).",
"Does not support macOS on Intel CPUs. See [bug 2004105](https://bugzil.la/2004105).",
"Does not support Linux. See [bug 2006676](https://bugzil.la/2006676)."
]
},
"firefox_android": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "26"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_ios": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
},
"label": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/GPUTexture/label",
"spec_url": "https://gpuweb.github.io/gpuweb/#dom-gpuobjectbase-label",
"tags": [
"web-features:webgpu"
],
"support": {
"chrome": {
"version_added": "113",
"partial_implementation": true,
"notes": [
"Supported on ChromeOS, macOS, and Windows.",
"Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144."
]
},
"chrome_android": {
"version_added": "121"
},
"deno": [
{
"version_added": "1.39",
"flags": [
{
"type": "runtime_flag",
"name": "--unstable-webgpu"
}
]
},
{
"version_added": "1.8",
"version_removed": "1.32"
}
],
"edge": "mirror",
"firefox": {
"version_added": "141",
"partial_implementation": true,
"notes": [
"Supports all contexts except service workers. See [bug 1942431](https://bugzil.la/1942431).",
"Supports Windows since Firefox 141. See [bug 1972486](https://bugzil.la/1972486).",
"Supports macOS Tahoe on Apple silicon since Firefox 145. See [bug 1992212](https://bugzil.la/1992212).",
"Supports older macOS versions on Apple silicon since Firefox 147. See [bug 1993341](https://bugzil.la/1993341).",
"Does not support macOS on Intel CPUs. See [bug 2004105](https://bugzil.la/2004105).",
"Does not support Linux. See [bug 2006676](https://bugzil.la/2006676)."
]
},
"firefox_android": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "26"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_ios": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
},
"mipLevelCount": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/GPUTexture/mipLevelCount",
"spec_url": "https://gpuweb.github.io/gpuweb/#dom-gputexture-miplevelcount",
"tags": [
"web-features:webgpu"
],
"support": {
"chrome": {
"version_added": "113",
"partial_implementation": true,
"notes": [
"Supported on ChromeOS, macOS, and Windows.",
"Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144."
]
},
"chrome_android": {
"version_added": "121"
},
"deno": [
{
"version_added": "1.39",
"flags": [
{
"type": "runtime_flag",
"name": "--unstable-webgpu"
}
]
},
{
"version_added": "1.8",
"version_removed": "1.32"
}
],
"edge": "mirror",
"firefox": {
"version_added": "141",
"partial_implementation": true,
"notes": [
"Supports all contexts except service workers. See [bug 1942431](https://bugzil.la/1942431).",
"Supports Windows since Firefox 141. See [bug 1972486](https://bugzil.la/1972486).",
"Supports macOS Tahoe on Apple silicon since Firefox 145. See [bug 1992212](https://bugzil.la/1992212).",
"Supports older macOS versions on Apple silicon since Firefox 147. See [bug 1993341](https://bugzil.la/1993341).",
"Does not support macOS on Intel CPUs. See [bug 2004105](https://bugzil.la/2004105).",
"Does not support Linux. See [bug 2006676](https://bugzil.la/2006676)."
]
},
"firefox_android": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "26"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_ios": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
},
"sampleCount": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/GPUTexture/sampleCount",
"spec_url": "https://gpuweb.github.io/gpuweb/#dom-gputexture-samplecount",
"tags": [
"web-features:webgpu"
],
"support": {
"chrome": {
"version_added": "113",
"partial_implementation": true,
"notes": [
"Supported on ChromeOS, macOS, and Windows.",
"Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144."
]
},
"chrome_android": {
"version_added": "121"
},
"deno": [
{
"version_added": "1.39",
"flags": [
{
"type": "runtime_flag",
"name": "--unstable-webgpu"
}
]
},
{
"version_added": "1.8",
"version_removed": "1.32"
}
],
"edge": "mirror",
"firefox": {
"version_added": "141",
"partial_implementation": true,
"notes": [
"Supports all contexts except service workers. See [bug 1942431](https://bugzil.la/1942431).",
"Supports Windows since Firefox 141. See [bug 1972486](https://bugzil.la/1972486).",
"Supports macOS Tahoe on Apple silicon since Firefox 145. See [bug 1992212](https://bugzil.la/1992212).",
"Supports older macOS versions on Apple silicon since Firefox 147. See [bug 1993341](https://bugzil.la/1993341).",
"Does not support macOS on Intel CPUs. See [bug 2004105](https://bugzil.la/2004105).",
"Does not support Linux. See [bug 2006676](https://bugzil.la/2006676)."
]
},
"firefox_android": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "26"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_ios": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
},
"usage": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/GPUTexture/usage",
"spec_url": "https://gpuweb.github.io/gpuweb/#dom-gputexture-usage",
"tags": [
"web-features:webgpu"
],
"support": {
"chrome": {
"version_added": "113",
"partial_implementation": true,
"notes": [
"Supported on ChromeOS, macOS, and Windows.",
"Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144."
]
},
"chrome_android": {
"version_added": "121"
},
"deno": [
{
"version_added": "1.39",
"flags": [
{
"type": "runtime_flag",
"name": "--unstable-webgpu"
}
]
},
{
"version_added": "1.8",
"version_removed": "1.32"
}
],
"edge": "mirror",
"firefox": {
"version_added": "141",
"partial_implementation": true,
"notes": [
"Supports all contexts except service workers. See [bug 1942431](https://bugzil.la/1942431).",
"Supports Windows since Firefox 141. See [bug 1972486](https://bugzil.la/1972486).",
"Supports macOS Tahoe on Apple silicon since Firefox 145. See [bug 1992212](https://bugzil.la/1992212).",
"Supports older macOS versions on Apple silicon since Firefox 147. See [bug 1993341](https://bugzil.la/1993341).",
"Does not support macOS on Intel CPUs. See [bug 2004105](https://bugzil.la/2004105).",
"Does not support Linux. See [bug 2006676](https://bugzil.la/2006676)."
]
},
"firefox_android": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "26"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_ios": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
},
"width": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/GPUTexture/width",
"spec_url": "https://gpuweb.github.io/gpuweb/#dom-gputexture-width",
"tags": [
"web-features:webgpu"
],
"support": {
"chrome": {
"version_added": "113",
"partial_implementation": true,
"notes": [
"Supported on ChromeOS, macOS, and Windows.",
"Supported on Linux (Intel Gen12+ GPUs only) since Chrome 144."
]
},
"chrome_android": {
"version_added": "121"
},
"deno": [
{
"version_added": "1.39",
"flags": [
{
"type": "runtime_flag",
"name": "--unstable-webgpu"
}
]
},
{
"version_added": "1.8",
"version_removed": "1.32"
}
],
"edge": "mirror",
"firefox": {
"version_added": "141",
"partial_implementation": true,
"notes": [
"Supports all contexts except service workers. See [bug 1942431](https://bugzil.la/1942431).",
"Supports Windows since Firefox 141. See [bug 1972486](https://bugzil.la/1972486).",
"Supports macOS Tahoe on Apple silicon since Firefox 145. See [bug 1992212](https://bugzil.la/1992212).",
"Supports older macOS versions on Apple silicon since Firefox 147. See [bug 1993341](https://bugzil.la/1993341).",
"Does not support macOS on Intel CPUs. See [bug 2004105](https://bugzil.la/2004105).",
"Does not support Linux. See [bug 2006676](https://bugzil.la/2006676)."
]
},
"firefox_android": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "26"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_ios": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
}
}
}
}