File tree Expand file tree Collapse file tree 1 file changed +43
-2
lines changed Expand file tree Collapse file tree 1 file changed +43
-2
lines changed Original file line number Diff line number Diff line change 155155 "deprecated" : false
156156 }
157157 },
158- "descriptor_entries_option_accepts_GPUTextureView_resource " : {
158+ "descriptor_entries_resource_parameter_accepts_GPUBuffer " : {
159159 "__compat" : {
160- "description" : " Bind `GPUTextureView` (2D, single subresource) in place of a `GPUExternalTexture`." ,
160+ "description" : " `descriptor.entries.resource` parameter accepts `GPUBuffer` in place of `GPUBufferBinding`." ,
161+ "tags" : [
162+ " web-features:webgpu"
163+ ],
164+ "support" : {
165+ "chrome" : {
166+ "version_added" : " 138" ,
167+ "partial_implementation" : true ,
168+ "notes" : " Supported on ChromeOS, macOS, and Windows only."
169+ },
170+ "chrome_android" : {
171+ "version_added" : " 138"
172+ },
173+ "deno" : {
174+ "version_added" : false
175+ },
176+ "edge" : " mirror" ,
177+ "firefox" : {
178+ "version_added" : false
179+ },
180+ "firefox_android" : " mirror" ,
181+ "oculus" : " mirror" ,
182+ "opera" : " mirror" ,
183+ "opera_android" : " mirror" ,
184+ "safari" : {
185+ "version_added" : false
186+ },
187+ "safari_ios" : " mirror" ,
188+ "samsunginternet_android" : " mirror" ,
189+ "webview_android" : " mirror" ,
190+ "webview_ios" : " mirror"
191+ },
192+ "status" : {
193+ "experimental" : true ,
194+ "standard_track" : true ,
195+ "deprecated" : false
196+ }
197+ }
198+ },
199+ "descriptor_entries_resource_parameter_accepts_GPUTextureView" : {
200+ "__compat" : {
201+ "description" : " `descriptor.entries.resource` parameter accepts `GPUTextureView` (2D, single subresource) in place of `GPUExternalTexture`." ,
161202 "tags" : [
162203 " web-features:webgpu"
163204 ],
You can’t perform that action at this time.
0 commit comments