Skip to content

Commit f894309

Browse files
Chrome 146 adds texture_and_sampler_let WGSL feature (#29469)
Document texture_and_sampler_let WGSL feature
1 parent 568a6c4 commit f894309

1 file changed

Lines changed: 37 additions & 0 deletions

File tree

api/WGSLLanguageFeatures.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,43 @@
294294
}
295295
}
296296
},
297+
"extension_texture_and_sampler_let": {
298+
"__compat": {
299+
"description": "`texture_and_sampler_let` extension",
300+
"spec_url": "https://gpuweb.github.io/gpuweb/wgsl/#language_extension-texture_and_sampler_let",
301+
"tags": [
302+
"web-features:webgpu"
303+
],
304+
"support": {
305+
"chrome": {
306+
"version_added": "146",
307+
"partial_implementation": true,
308+
"notes": "Supported on ChromeOS, macOS, Windows, and Linux (Intel Gen12+ GPUs only)."
309+
},
310+
"chrome_android": "mirror",
311+
"edge": "mirror",
312+
"firefox": {
313+
"version_added": false
314+
},
315+
"firefox_android": "mirror",
316+
"oculus": "mirror",
317+
"opera": "mirror",
318+
"opera_android": "mirror",
319+
"safari": {
320+
"version_added": false
321+
},
322+
"safari_ios": "mirror",
323+
"samsunginternet_android": "mirror",
324+
"webview_android": "mirror",
325+
"webview_ios": "mirror"
326+
},
327+
"status": {
328+
"experimental": true,
329+
"standard_track": true,
330+
"deprecated": false
331+
}
332+
}
333+
},
297334
"extension_uniform_buffer_standard_layout": {
298335
"__compat": {
299336
"description": "`uniform_buffer_standard_layout` extension",

0 commit comments

Comments
 (0)