diff --git a/api/GPUSupportedFeatures.json b/api/GPUSupportedFeatures.json index d6de3f93b01277..74a6a0d53e45ed 100644 --- a/api/GPUSupportedFeatures.json +++ b/api/GPUSupportedFeatures.json @@ -658,6 +658,46 @@ } } }, + "feature_texture-component-swizzle": { + "__compat": { + "description": "`texture-component-swizzle` feature", + "spec_url": "https://gpuweb.github.io/gpuweb/#dom-gpufeaturename-texture-component-swizzle", + "tags": [ + "web-features:webgpu" + ], + "support": { + "chrome": { + "version_added": "143", + "partial_implementation": true, + "notes": "Supported on ChromeOS, macOS, and Windows only." + }, + "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 + } + } + }, "feature_texture-compression-astc": { "__compat": { "description": "`texture-compression-astc` feature", diff --git a/api/GPUTexture.json b/api/GPUTexture.json index 75b169d051d781..f07430c782dcda 100644 --- a/api/GPUTexture.json +++ b/api/GPUTexture.json @@ -156,6 +156,46 @@ } } }, + "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 only." + }, + "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",