@@ -7,62 +7,82 @@ status:
77compat_features:
88 # baseline: false
99 # support:
10+ # chrome: "144"
1011 # chrome_android: "121"
12+ # edge: "144"
1113 # safari: "26"
1214 # safari_ios: "26"
1315 - api.GPUDevice.createTexture.descriptor_usage_parameter
16+ - api.GPUSupportedFeatures.feature_texture-compression-bc-sliced-3d
1417
1518 # baseline: false
1619 # support:
20+ # chrome: "144"
1721 # chrome_android: "136"
22+ # edge: "144"
1823 # safari: "26"
1924 # safari_ios: "26"
2025 - api.GPUAdapterInfo.isFallbackAdapter
2126
2227 # baseline: false
2328 # support:
29+ # chrome: "144"
2430 # chrome_android: "139"
31+ # edge: "144"
2532 # safari: "26"
2633 # safari_ios: "26"
2734 - api.GPUSupportedFeatures.feature_core-features-and-limits
2835
2936 # baseline: false
3037 # support:
38+ # chrome: "144"
39+ # chrome_android: "144"
40+ # edge: "144"
3141 # safari: "26"
3242 # safari_ios: "26"
3343 - api.GPUSupportedFeatures.feature_texture-compression-astc-sliced-3d
34- - api.GPUSupportedFeatures.feature_texture-compression-bc-sliced-3d
3544
3645 # baseline: false
3746 # support:
47+ # chrome: "144"
48+ # chrome_android: "144"
49+ # edge: "144"
3850 # safari: "26.2"
3951 # safari_ios: "26.2"
4052 - api.GPUSupportedFeatures.feature_texture-formats-tier1
4153
4254 # baseline: false
4355 # support:
44- # chrome_android: "146"
45- - api.GPUSupportedLimits.maxStorageBuffersInFragmentStage
46- - api.GPUSupportedLimits.maxStorageBuffersInVertexStage
47- - api.GPUSupportedLimits.maxStorageTexturesInFragmentStage
48- - api.GPUSupportedLimits.maxStorageTexturesInVertexStage
49- - api.GPUTexture.textureBindingViewDimension
50-
51- # ⬇️ Same status as overall feature ⬇️
52- # baseline: false
53- # support: {}
54- - api.GPU.requestAdapter.options_featureLevel
56+ # chrome: "144"
57+ # chrome_android: "144"
58+ # edge: "144"
5559 - api.GPUCommandEncoder.beginRenderPass.accepts_GPUTexture_resources
5660 - api.GPUCommandEncoder.copyBufferToBuffer.offset_and_size_parameter_optional
5761 - api.GPUDevice.createBindGroup.descriptor_entries_resource_parameter_accepts_GPUBuffer
5862 - api.GPUDevice.createBindGroup.descriptor_entries_resource_parameter_accepts_GPUTextureView
5963 - api.GPUDevice.createBindGroup.descriptor_entries_resource_parameter_accepts_GPUTexture_resource
6064 - api.GPUDevice.createPipelineLayout.descriptor_bindGroupLayouts_parameter_accepts_null_values
61- - api.GPUDevice.createTexture.descriptor_usage_parameter.accept_transient_attachment
6265 - api.GPUSupportedFeatures.feature_primitive-index
6366 - api.GPUSupportedFeatures.feature_subgroups.subgroup_id_num_subgroups
6467 - api.GPUSupportedFeatures.feature_texture-component-swizzle
6568 - api.GPUSupportedFeatures.feature_texture-formats-tier2
6669 - api.GPUTexture.createView.descriptor_swizzle_parameter
70+
71+ # baseline: false
72+ # support:
73+ # chrome: "146"
74+ # chrome_android: "146"
75+ # edge: "146"
76+ - api.GPUDevice.createTexture.descriptor_usage_parameter.accept_transient_attachment
77+ - api.GPUSupportedLimits.maxStorageBuffersInFragmentStage
78+ - api.GPUSupportedLimits.maxStorageBuffersInVertexStage
79+ - api.GPUSupportedLimits.maxStorageTexturesInFragmentStage
80+ - api.GPUSupportedLimits.maxStorageTexturesInVertexStage
6781 - api.GPUTexture.createView.descriptor_usage_parameter.transient_attachment
82+ - api.GPUTexture.textureBindingViewDimension
6883 - api.GPUTexture.usage.transient_attachment
84+
85+ # ⬇️ Same status as overall feature ⬇️
86+ # baseline: false
87+ # support: {}
88+ - api.GPU.requestAdapter.options_featureLevel
0 commit comments