File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -345,7 +345,7 @@ const UPLEVEL: Bucket = Bucket {
345345 . union ( Features :: RG11B10UFLOAT_RENDERABLE )
346346 . union ( Features :: BGRA8UNORM_STORAGE )
347347 . union ( Features :: FLOAT32_FILTERABLE )
348- // FLOAT32_BLENDABLE not implemented in wgpu dx12 backend; https://github.com/gfx-rs/wgpu/issues/6555
348+ . union ( Features :: FLOAT32_BLENDABLE )
349349 // CLIP_DISTANCES not implemented in wgpu dx12 backend; https://github.com/gfx-rs/wgpu/issues/6236
350350 . union ( Features :: DUAL_SOURCE_BLENDING )
351351 // TIER1/TIER2 not implemented in wgpu; https://github.com/gfx-rs/wgpu/issues/8122
@@ -376,7 +376,6 @@ const BUCKET_M1: Bucket = Bucket {
376376 . union ( Features :: TEXTURE_COMPRESSION_ASTC_SLICED_3D )
377377 . union ( Features :: TEXTURE_COMPRESSION_ETC2 )
378378 . union ( Features :: SHADER_F16 )
379- . union ( Features :: FLOAT32_BLENDABLE )
380379 . union ( Features :: CLIP_DISTANCES ) ,
381380} ;
382381
Original file line number Diff line number Diff line change @@ -480,6 +480,7 @@ impl super::Adapter {
480480 | wgt:: Features :: DUAL_SOURCE_BLENDING
481481 | wgt:: Features :: TEXTURE_FORMAT_NV12
482482 | wgt:: Features :: FLOAT32_FILTERABLE
483+ | wgt:: Features :: FLOAT32_BLENDABLE
483484 | wgt:: Features :: TEXTURE_ATOMIC
484485 | wgt:: Features :: PASSTHROUGH_SHADERS
485486 | wgt:: Features :: EXTERNAL_TEXTURE
You can’t perform that action at this time.
0 commit comments