|
80 | 80 | }, |
81 | 81 | "extension_packed_4x8_integer_dot_product": { |
82 | 82 | "__compat": { |
83 | | - "description": "<code>packed_4x8_integer_dot_product</code> extension", |
| 83 | + "description": "`packed_4x8_integer_dot_product` extension", |
84 | 84 | "spec_url": "https://gpuweb.github.io/gpuweb/wgsl/#language_extension-packed_4x8_integer_dot_product", |
85 | 85 | "tags": [ |
86 | 86 | "web-features:webgpu" |
87 | 87 | ], |
88 | 88 | "support": { |
89 | 89 | "chrome": { |
90 | | - "version_added": "123" |
| 90 | + "version_added": "123", |
| 91 | + "notes": "Currently supported on ChromeOS, macOS, and Windows only." |
| 92 | + }, |
| 93 | + "chrome_android": "mirror", |
| 94 | + "edge": "mirror", |
| 95 | + "firefox": { |
| 96 | + "version_added": false |
| 97 | + }, |
| 98 | + "firefox_android": "mirror", |
| 99 | + "oculus": "mirror", |
| 100 | + "opera": "mirror", |
| 101 | + "opera_android": "mirror", |
| 102 | + "safari": { |
| 103 | + "version_added": false |
| 104 | + }, |
| 105 | + "safari_ios": "mirror", |
| 106 | + "samsunginternet_android": "mirror", |
| 107 | + "webview_android": "mirror", |
| 108 | + "webview_ios": "mirror" |
| 109 | + }, |
| 110 | + "status": { |
| 111 | + "experimental": true, |
| 112 | + "standard_track": true, |
| 113 | + "deprecated": false |
| 114 | + } |
| 115 | + } |
| 116 | + }, |
| 117 | + "extension_pointer_composite_access": { |
| 118 | + "__compat": { |
| 119 | + "description": "`pointer_composite_access` extension", |
| 120 | + "spec_url": "https://gpuweb.github.io/gpuweb/wgsl/#language_extension-pointer_composite_access", |
| 121 | + "tags": [ |
| 122 | + "web-features:webgpu" |
| 123 | + ], |
| 124 | + "support": { |
| 125 | + "chrome": { |
| 126 | + "version_added": "123", |
| 127 | + "notes": "Currently supported on ChromeOS, macOS, and Windows only." |
91 | 128 | }, |
92 | 129 | "chrome_android": "mirror", |
93 | 130 | "edge": "mirror", |
|
115 | 152 | }, |
116 | 153 | "extension_readonly_and_readwrite_storage_textures": { |
117 | 154 | "__compat": { |
118 | | - "description": "<code>readonly_and_readwrite_storage_textures</code> extension", |
| 155 | + "description": "`readonly_and_readwrite_storage_textures` extension", |
119 | 156 | "spec_url": "https://gpuweb.github.io/gpuweb/wgsl/#language_extension-readonly_and_readwrite_storage_textures", |
120 | 157 | "tags": [ |
121 | 158 | "web-features:webgpu" |
122 | 159 | ], |
123 | 160 | "support": { |
124 | 161 | "chrome": { |
125 | | - "version_added": "124" |
| 162 | + "version_added": "124", |
| 163 | + "notes": "Currently supported on ChromeOS, macOS, and Windows only." |
126 | 164 | }, |
127 | 165 | "chrome_android": "mirror", |
128 | 166 | "edge": "mirror", |
|
150 | 188 | }, |
151 | 189 | "extension_unrestricted_pointer_parameters": { |
152 | 190 | "__compat": { |
153 | | - "description": "<code>unrestricted_pointer_parameters</code> extension", |
| 191 | + "description": "`unrestricted_pointer_parameters` extension", |
154 | 192 | "spec_url": "https://gpuweb.github.io/gpuweb/wgsl/#language_extension-unrestricted_pointer_parameters", |
155 | 193 | "tags": [ |
156 | 194 | "web-features:webgpu" |
|
0 commit comments