mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
Merge #957
957: Enable RBA feature where available r=grovesNL a=kvark **Connections** Related to https://github.com/gpuweb/gpuweb/issues/955 **Description** Until we have a better plan in place, enabling RBA is the least we can do. **Testing** Should work! Co-authored-by: Dzmitry Malyshau <dmalyshau@mozilla.com>
This commit is contained in:
@@ -649,7 +649,8 @@ impl<G: GlobalIdentityHandlerFactory> Global<G> {
|
||||
let available_features = adapter.raw.physical_device.features();
|
||||
|
||||
// Check features that are always needed
|
||||
let wishful_features = hal::Features::VERTEX_STORES_AND_ATOMICS
|
||||
let wishful_features = hal::Features::ROBUST_BUFFER_ACCESS
|
||||
| hal::Features::VERTEX_STORES_AND_ATOMICS
|
||||
| hal::Features::FRAGMENT_STORES_AND_ATOMICS
|
||||
| hal::Features::NDC_Y_UP
|
||||
| hal::Features::INDEPENDENT_BLENDING
|
||||
|
||||
Reference in New Issue
Block a user